html,body {
	height:100%;
}
body,div,dl,dt,dd,xul,xol,xli,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-spacing:0;
	font:inherit;
	color:inherit;
}
td {
	vertical-align:top;
}
fieldset,img,abbr,acronym { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
xol,xul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
:link disabled {}
:focus {
	outline: 0;
}/* GENERAL */
img { vertical-align:bottom; }

abbr, acronym { border-bottom: 1px dotted #333; cursor: help; }

.noscript { display:none; }

.block { display:block !important; }
.iblock { display:-moz-inline-box !important; display:inline-block !important; text-align:left; }

.container { overflow:hidden; padding-bottom:2px; margin-bottom:-2px; }
.left { float:left; }
.right { float:right; }
.center { margin-left:auto; margin-right:auto; }

.position { position:relative; }
.position .left  { position:absolute; left:0; }
.position .right { position:absolute; right:0; }
.position .left .left,
.position .right .left { position:relative; }

.nowrap { white-space:nowrap; }
.shrink { width:1%; }

.hide {	display:none; }

.invisible { visibility:hidden; height:1px; margin-top:-1px; overflow:hidden; }

.zeroHeight,
.hiderow,
.hiderow * {
	height:0 !important; line-height:0 !important; visibility:hidden !important; 
	margin-top:0 !important; margin-bottom:0 !important;
	padding-top:0 !important; padding-bottom:0 !important;
	border-top:0 !important; border-bottom:0 !important;
}

div.spacer { clear:both; height:5px; width:5px; }
div.center { text-align:center; margin:0; }
div.center td { text-align:left; }
div.center > table,
table.center { margin-left:auto !important; margin-right:auto !important; }

.center-box { display:table; display:inline-block; margin:auto; }
.center-box .box { display:inline-block; }
.center-box h2 { border:0; text-align:center; }

hr { display:block; height:3px; background:url(images/webshop/shadow.png) bottom repeat-x; border:0; border-top:1px solid #000; margin:4px 0px 2px 0px; }

/* FONTS */
body { font:normal normal normal 12px/1.25 Arial, Helvetica, Sans-Serif; }

h1, h2 { color:#000; border-style:solid; border-width:0px; }
h1 { font:italic normal 24px/29px Impact, Charcoal; border-bottom-width:2px; }
h2 { font:normal bold   14px/17px Arial, Helvetica, Sans-Serif; border-bottom-width:1px; }
h1 a, h2 a { text-decoration:none !important; }

.small { font-size: 11px; font-weight:normal; }

a.featured,
a.new,
.specialoffer,
.coupon       { background:url(images/webshop/icons.gif) no-repeat; font-weight:bold; display:-moz-inline-box; display:inline-block; white-space:nowrap !important; vertical-align:bottom; height:15px; padding-left:15px; }
a.featured    { color:#f00 !important; background-position:0px   0px; }
a.new	      { color:#fc0 !important; background-position:0px -15px; }
.specialoffer { color:#0c0 !important; background-position:0px -45px; }
.coupon	      { color:#00c !important; background-position:0px -30px; }

/* LINKS */
a:link disabled {} /* don't smooth links by default */
a:link,
a:visited  { color: #003366; text-decoration: none; }
a:hover,
a:focus    { color: #0080ff; text-decoration: underline; }
a:active   { color: #003366; text-decoration: underline; }
a img { border:none; }
a,
a * { cursor:pointer; }
a[rel=lightbox],
a[rel=lightbox] * { cursor: -moz-zoom-in !important; }
a[href^="mailto:"] { padding-left:19px; background:url('images/webshop/envelope.png') no-repeat; }

/* hCard */
.vcard .email { padding-left:19px; background:url('images/webshop/envelope.png') no-repeat; }
.vcard .tel .value { padding-left:19px; background:url('images/webshop/phone.png') no-repeat; }

/* SHADOWS */
.shadow,
.button { border:none !important; background:url(images/webshop/shadow.png) bottom repeat-x; }
.shadow,
.button,
.button:link { padding-bottom:2px; margin-bottom:-2px; }
.button:active { padding-bottom:0px; margin-bottom:0px; }
.noshadow { background:none !important; }
span.shadow,
span.button { display:-moz-inline-box; display:inline-block; vertical-align:bottom; }
div.button a { display:block !important; }
div.center span.shadow { width:auto; }

/* TABLES & DIVS */

.accountInfo { border-spacing:0px; border-collapse:collapse; }
.accountInfo th { font-weight:bold; }
.accountInfo th,
.accountInfo td { padding-right:10px; text-align:left; vertical-align:top; }

.list	 { width:100%; }
.list th { border-bottom:1px solid #000; white-space:nowrap; }
.list td { border-bottom:1px solid #ddd; }
.list th, 
.list td { font-weight:bold; text-align:center; padding:2px 4px; }
.list table th,
.list table td { border-bottom:none; padding:0px; }

.cartView td { vertical-align:middle; }

.orderTotals    { float:right; }
.orderTotals th { text-align:right; font-weight:bold; }
.orderTotals td { text-align:right; font-weight:bold; padding:0px 0px 0px 16px !important; }
.orderTotals .total { border-top:1px solid #ccc; }

.video { background-color:#000; }
.video a { color:#fff !important; }
.video td { padding:8px; vertical-align:top; }
.video .shadow { border-color:#000; }

.chapters { background:#f0f0f0 url('images/webshop/messagebox_bg2.png') repeat-x; padding:10px 0px; }
.chapters h2 { margin:0px 10px 10px; border:0; }
.chapters a { display:block; padding:2px 10px; font-weight:bold; color:#000 !important; }
.chapters a:link disabled {}
.chapters a:hover { background:#69c url(images/webshop/buttons.png); color:#000 !important; text-decoration:none; }
.chapters a img { display:-moz-inline-box; display:inline-block; width:16px; height:16px; background:url('images/play.gif'); margin-right:4px; }

.handouts a img { background:url('images/icons/pdf.png'); }

.spotlightBox { background:#036 url('images/webshop/spotlight.png') top right no-repeat; height:200px; }
.spotlightProduct { position:relative; display:none; }
.spotlightContainer { position:relative; z-index:1; padding:10px 140px 0px 10px; cursor:pointer; height:148px; overflow:hidden; background:url(images/webshop/transparent.gif); }
.spotlightButtons { z-index:3; margin:-32px 0px 32px; }
.spotlightButtons .left { left:10px; }
.spotlightButtons .right { right:10px; }
.spotlightProduct .spotlightButtons { position:relative; z-index:1; text-align:center; padding:10px; margin:0; }
#spotlightTransition { display:none; position:absolute; z-index:2; }
.spotlight .thumbnail { position:absolute; z-index:0; width:120px; right:0; padding:10px; text-align:center; }
.spotlight .thumbnail div { margin:auto !important; }
.spotlight h2 { border:0; font-weight:normal; font-size:18px; }
.spotlight a { color:#fff !important; font-size:18px; text-decoration:none !important; }
.spotlight .description { height:78px; margin-bottom:5px; overflow:hidden; font:11px/13px Verdana; color:#fff; }
.spotlight .shadow { border-color:#00264C !important; }
.spotlight .formats,
.spotlight .formats img { margin-right:4px; }
.spotlight .formats,
.spotlight .rating { float:left; }

.breadcrumbs { position:relative; margin-bottom:12px; }
.breadcrumbs div.crumbs { position:absolute; right:0; margin-top:-22px; }
.breadcrumbs h2 { z-index:2; border:none; }
.breadcrumbs h2.arrow { margin:0px 4px; font-size:18px; line-height:17px; }
.breadcrumbs h1 span { display:-moz-inline-box; display:inline-block; width:170px; visibility:hidden; }

/* Product Details */
.description { font-weight:bold; }
.addtocart select { font-size:10px; }
.sidebar .buttons span { display:block; margin-bottom:10px; border:none; }
.sidebar .buttons .button,
.sidebar .buttons .button:link   { padding-bottom:2px; margin-bottom:8px; }
.sidebar .buttons .button:active { padding-bottom:0px; margin-bottom:10px; }
.sidebar .buttons a { display:block; }
.sidebar .formats { text-align:center; }

/* Form Panes */
.tabForm { margin: 0px 0px -4px 0px; } 
.tabForm th { padding: 4px 17px 7px 0px; color:#000000; text-align:left; font-weight:bold; }
.tabForm table th { padding:0px; }
.tabForm td { padding: 0px  0px 4px 0px; white-space:nowrap; vertical-align:bottom; }
.tabForm table td { padding:0px; }
.tabForm select { max-width:270px; }
.tabForm .formCheckbox { padding:8px 0px 0px 0px; }
.tabForm hr { border:1px solid #000000; border-width:1px 0px 0px 0px; }
.tabForm .required { font:normal 32px/15px Arial; }

td.full { padding-right:8px; }
td.full input,
td.full select,
td.full textarea { width:100%; }

.list td.full { padding-right:12px; }

.formSubmit { padding:10px 0px 0px 0px; text-align:center; }

/* Message Bar */
.messageBar { width: 100%; padding: 8px 0px 20px; background:url('images/webshop/message.png') bottom; font-weight: bold; text-align: center; cursor: default; }
.messageBar .busy { width:20px; height:20px; background-image:url('images/webshop/throbber2.gif'); vertical-align:bottom; display:block; margin:-3px auto -2px; }
.messageBar .icon { position:absolute; left:8px; width:15px; height:15px; display:block; }
.messageBar .button { position:absolute; right:8px; display:none; }
.message { color:#fff; }
.error   { color:#f00; }
.error .button { display:block; }
.messageWrapper { position:fixed !important; top:0; left:0; width:100%; z-index:9999; }

/* Dialog */
.dialog { padding:0px; position:absolute; z-index:4; border:0; background-image:url(images/webshop/transparent.gif); }

.dialog .titlebar { height:22px; white-space:nowrap; overflow:hidden; padding-bottom:2px; }
.dialog .content  { padding:0px 0px 2px; overflow:hidden; }

.dialog .titlebar h1 { border:none; white-space:nowrap; margin-top:-4px; padding-right:8px; width:auto !important; }

.dialog .titlebar .button { margin-left:4px; }
.dialog .titlebar .glass { width:20px; height:20px; padding:0px !important; }
.dialog .minimizeButton { background-position:-300px -140px; }
.dialog .restoreButton { background-position:-280px -140px; }
.dialog .maximizeButton { background-position:-260px -140px; }
.dialog .closeButton { background-position:-180px -140px; }

.dialog .box-content { position:absolute; left:0; right:0; top:0; bottom:0; }

.dialog .content { position:absolute; left:10px; right:10px; top:10px; bottom:10px; }
.dialog .bottom { position:absolute; left:10px; right:10px; bottom:10px; }

.imageDialog .content { padding:0; background:url(images/webshop/loading.gif) center center no-repeat; }
.videoDialog .content  { margin:32px 0 0; }

.videoContainer { background:#000 url(images/webshop/loading_black.gif) center center no-repeat; margin-bottom:1em; text-align:center; overflow:hidden; }
.videoContainer object { background:#000; }

/* Table */
table.sort thead th { cursor:default; -moz-user-select:none; -khtml-user-select:none; padding:2px 21px; }
table.sort th,
table.sort td { width:1%; }
table.sort .stretch { width:auto; }
table.sort thead th.sort { padding:0; }
table.sort thead th.sort div { padding:2px 21px; }
table.sort thead th.sort div { background:url(images/webshop/sort.png) 3px 0px no-repeat; }
table.sort thead th.asc  div { background:url(images/webshop/asc.png) 3px 0px no-repeat; }
table.sort thead th.desc div { background:url(images/webshop/desc.png) 3px 0px no-repeat; }

table.sort thead th { background:url(images/webshop/buttons.png); border:1px solid #000; }
table.sort thead th,
table.sort thead th:link   { background-color:#ddd; border-color:#ddd; }
table.sort thead th:focus,
table.sort thead th:hover  { background-color:#9bd; border-color:#9bd; }
table.sort thead th:active { background-color:#69c; border-color:#69c; }

table.sort tbody tr:link disabled {}
table.sort tbody tr:hover  { background-color:#eee; background-color:rgba(0,0,0,0.07); }

table.sort tbody td { cursor:default; }

table.sort .course-tip { display:none; }
.course-tip .course-status { padding:0; }
.course-tip .thumbnail { float:right; margin-left:6px; }
.course-tip .personal  { color:#39f; }
.course-tip .required  { color:#c33; }
.course-tip .recommend { color:#fc0; }

.tool-tip .container { padding:0; margin:0; }
.tool-tip .br { height:6px; }

.tabbar { width:100%; }
.tabbar td { width:1%; border-right:1px solid #fff; }
.tabbar td.last { border:0; }
button,
.glass { background:#000 url(images/webshop/buttons.png) 0px 0px repeat-x; border:1px solid #000; }

.glass { text-decoration:none !important; text-align:center; white-space:nowrap; 
		 display:-moz-inline-box; display:inline-block; padding:3px 16px 2px 16px; height:15px; 
		 -moz-user-select:none; -khtml-user-select:none; vertical-align:bottom; }
button,
.glass,
.glass * { font:bold 12px Arial, Helvetica !important; color:#fff !important; }
.small .glass { background-position-y:-200px; padding:0px 4px 1px 4px; height:12px; }
.small .glass,
.small .glass * { font-size:10px !important; }
div.glass { display:block; cursor:default; }
span.glass { cursor:default; }

button { padding:2px 13px 1px; }

button,
button:link   { background-color:#000000; border-color:#000000; }
button:focus,
button:hover  { background-color:#0080ff; border-color:#0080ff; }
button:active { background-color:#003366; border-color:#003366; }

button,
button:link,
a.glass,
a.glass:link   { background-color:#000000; border-color:#000000; }
button:focus,
button:hover,
a.glass:focus,
a.glass:hover  { background-color:#0080ff; border-color:#0080ff; }
button:active,
a.glass:active { background-color:#003366; border-color:#003366; }

.red a.glass,
.red a.glass:link   { background-color:#c00; border-color:#c00; }
.red a.glass:focus,
.red a.glass:hover  { background-color:#f00; border-color:#f00; }
.red a.glass:active { background-color:#900; border-color:#900; }

.purple a.glass,
.purple a.glass:link   { background-color:#60c; border-color:#60c; }
.purple a.glass:focus,
.purple a.glass:hover  { background-color:#93f; border-color:#93f; }
.purple a.glass:active { background-color:#306; border-color:#306; }

.blue a.glass,
.blue a.glass:link   { background-color:#06c; border-color:#06c; }
.blue a.glass:focus,
.blue a.glass:hover  { background-color:#39f; border-color:#39f; }
.blue a.glass:active { background-color:#036; border-color:#036; }

.green a.glass,
.green a.glass:link   { background-color:#0c0; border-color:#0c0; }
.green a.glass:focus,
.green a.glass:hover  { background-color:#0f0; border-color:#0f0; }
.green a.glass:active { background-color:#090; border-color:#090; }

.gold a.glass,
.gold a.glass:link   { background-color:#e4b700; border-color:#e4b700; }
.gold a.glass:focus,
.gold a.glass:hover  { background-color:#fc0; border-color:#fc0; }
.gold a.glass:active { background-color:#cc9300; border-color:#cc9300; }

.silver a.glass { color:#000; }
.silver a.glass,
.silver a.glass:link   { background-color:#ddd; border-color:#ddd; }
.silver a.glass:focus,
.silver a.glass:hover  { background-color:#69c; border-color:#69c; }
.silver a.glass:active { background-color:#369; border-color:#369; }

.paging { position:relative; z-index:1; text-align:center; }
.paging div.glass { height:20px; padding:0px; margin:0px 0px -22px; float:none; }
.paging .glass,
.paging .shadow,
.paging .view { float:left; }
.paging .glass { color:#000 !important; background-color:#ddd; border-color:#ddd; padding-left:4px; padding-right:4px; }
.paging .shadow .glass { color:#fff !important; background-color:#000 !important; border-color:#000 !important; margin:0px !important; cursor:default; }
.paging .arrow { padding:1px 4px 4px; }
.paging span.arrow { color:#aaa !important; }

.productPaging { position:relative; }
.productPaging .left  { position:absolute; z-index:2; left:0; }
.productPaging .right { position:absolute; z-index:2; right:0; }
.productPaging .center { position:relative; top:-22px; z-index:1; margin-bottom:-22px; }
.productPaging .count { top:0px; margin-bottom:4px; font-weight:bold; }

.tabrow td { vertical-align:top; }
.tabrow .glass { display:block; color:#000 !important; background-color:#ddd; border-color:#ddd; border-bottom-width:0px; }
.tabrow div .glass { border-bottom-width:1px; }
.tabrow .selectedTab .glass { background-color:#000 !important; border-color:#000 !important; color:#fff !important; cursor:default; }
.tabrow .shadow { background:none !important; }
.tabrow .selectedTab .shadow { background:url(../images/webshop/shadow.png) bottom repeat-x !important; }
.tabrow img { display:none; width:14px; height:15px; background:url(images/webshop/tabarrow.gif) no-repeat; border:none; }
.tabrow .selectedTab img { display:block; margin:auto; }

.addButton .glass,
.removeButton .glass { padding:0px; width:14px; height:13px; font-size:1px; }
.addButton .glass { background-position:0px -239px; }
.removeButton .glass { background-position:0px -252px; }

.cartQuantity { width:52px; margin:auto; padding-right:7px; text-align:right; }
.quantityButtons { width:38px; float:right; }
.quantityButtons .removeButton,
.incrementButton,
.decrementButton { width:16px; float:right; font-size:1px; }
.quantityButtons .removeButton { margin-left:2px; }
.incrementButton { margin-left:4px; }
.decrementButton { margin-left:4px; margin-top:1px; }
.incrementButton .glass,
.decrementButton .glass { background-color:#06c; border-color:#06c; padding:0px; width:14px; height:5px; font-size:1px; }
.incrementButton .glass { background-position:  0px -330px; }
.decrementButton .glass { background-position:-14px -330px; }
.incrementButtonDisabled .glass,
.decrementButtonDisabled .glass { background-color:#999; border-color:#999; }

.search .glass { background-position:-40px -140px; width:20px; height:20px; padding:0; }
.search .drop { background-position:0px -180px; width:15px; border-left:0; }

.cart .glass { background-position:0px -20px; padding-left:48px; }
.wishlist .glass { background-position:-160px -20px; padding-left:36px; padding-right:20px; }
.availability .glass { background-color:#090; border-color:#090; }
.cancel .glass { background-position:0px -120px; background-color:#c00; border-color:#c00; padding-left:32px; }

.inwishlist { background:none; }
.inwishlist .glass { background-position:-320px -20px; padding-left:33px; background-color:#090 !important; border-color:#090 !important; cursor:default; }

.small .cart .glass,
.small .wishlist .glass,
.small .availability .glass,
.small .cancel .glass { padding-left:15px; }
.small .cart .glass { background-position:0px -213px; }
.small .wishlist .glass { background-position:0px -200px; }
.small .availability .glass { background-position:0px -200px; }
.small .cancel .glass { background-position:0px -291px; }

.preview .glass { padding-left:40px; }
.windowsmedia .glass { background-position:0px -60px; }
.quicktime .glass { background-position:0px -80px; }
.link .glass { background-position:0px -100px; }

.spotlight .glass { color:#000 !important; }
.spotlight .cart .glass { background-position:0px -40px; }
.spotlight .wishlist .glass { background-position:-160px -40px; }
.spotlight .left  .glass,
.spotlight .right .glass { width:20px; height:20px; padding:0px; }
.spotlight .left  .glass { background-position:  0px -160px; }
.spotlight .right .glass { background-position:-20px -160px; }

.spotlight .inwishlist .glass { background-color:#060 !important; border-color:#060 !important; color:#fff !important}

.disabled { background-color:#ccc !important; border-color:#ccc !important; color:#999 !important; }/* Form Inputs */
input, select, textarea { border:1px solid #000; background:#fff url(images/webshop/input.png); font:12px/15px Verdana; }
input, textarea { padding:3px 2px 3px 4px; }
select { padding:2px 1px 2px 1px; }
textarea { resize:vertical; }

input:link, select:link, textarea:link { border-color:#000; }
input:focus, select:focus, textarea:focus { border-color:#0080ff; }

.search { position:relative; height:22px; padding-right:30px; text-align:right; }
.search input { width:100%; padding-right:24px !important; }
.search a.glass { position:absolute; right:0; top:0; }

.dateField { position:relative; height:22px; }
.dateField input { width:86px; padding-right:24px !important; }
.dateField a.glass { position:absolute; right:0; top:0; width:20px; height:20px; padding:0px !important; background-position:-140px -140px; }

span.dateField { display:-moz-inline-box; display:inline-block; }

#ajaxCart xinput, #ajaxCart select { font:10px/12px Verdana !important; }
#ajaxCart xinput { padding:2px 1px 1px 4px; }
#ajaxCart select { padding:2px 1px 1px 2px; }

.invalidField { border-color:#c00; background-color:#fee; }
.invalidField:focus { border-color:#f00; background-color:#fff; }

a.checkbox,
a.checkbox_checked { cursor:default; color:#000000 !important; text-decoration:none !important; }

a.checkbox img         { background:url('images/webshop/checkbox.png') no-repeat; cursor:default; width:11px; height:11px; margin:1px; display:-moz-inline-box; display:inline-block; border:1px solid #ccc; }
a.checkbox_checked img { background-position:0px -11px; }
a.checkbox img,
a.checkbox:link img    { background-color:#000; border-color:#999 #ccc #ccc #999; }
a.checkbox:hover img,
a.checkbox:focus img   { background-color:#0080ff; border-color:#0080ff; }
a.checkbox:active img  { background-color:#036; border-color:#036; }.paging .view .glass { width:20px; height:20px; padding:0px !important; }

#blockView .glass { background-position: -60px -160px; }
#largeView .glass { background-position: -80px -160px; }
#smallView .glass { background-position:-100px -160px; }
#listView  .glass { background-position:-120px -160px; }
#blockView.shadow .glass { background-position: -60px -140px; }
#largeView.shadow .glass { background-position: -80px -140px; }
#smallView.shadow .glass { background-position:-100px -140px; }
#listView.shadow  .glass { background-position:-120px -140px; }

.productContainer { overflow:hidden; }
.productContainer h2 { margin-bottom:4px; }

.productContainer .box { padding:0; margin:0; background:none; }
.productContainer .box-content { border:1px solid #E0E0E0; background:#fff url('images/webshop/messagebox_bg.png') repeat-x; padding:8px; }

.product { overflow:hidden; padding-bottom:2px; margin-bottom:-2px; }

.product .thumbnail     { position:relative; z-index:2; width:80px; height:80px; }
.product .thumbnail img { display:block; width:80px; height:80px; }

.product .info { position:relative; z-index:1; overflow:hidden; }
.product .title { font-weight:bold; }
.product .short-description { display:none; }
.product .description { display:none; overflow:hidden; }
.tool-tip .price,
.product .price { padding-right:3px; }
.tool-tip .price span,
.product .price span { color:#f00; text-decoration:line-through; white-space:nowrap; }
.product .buttons { position:relative; z-index:2; float:right; }
.product select,
.product .select { float:left; margin-left:4px; }
.product .rating { float:left; }
.product .button,
.product .disabled { float:left; display:-moz-inline-box; display:inline-block; margin-left:4px; }
.product .disabled { width:95px; }

.blockView { margin:0px -10px -10px 0px; }
.blockView h2 { border:none; }
.blockView hr { display:none; }
.blockView .box { width:138px; float:left; margin:0px 10px 10px 0px; }
.blockView .box-content { padding:0; }
.blockView .info { display:block; overflow:hidden; }
.blockView .title,
.blockView .price { display:block; height:28px; padding:4px 6px 0px 6px; font-size:11px; line-height:14px; text-align:center; }
.blockView .title { overflow:hidden; padding:7px 6px 0px 6px; }
.blockView .extras { display:none; }
.blockView .thumbnail { margin:4px 9px; }
.blockView .thumbnail,
.blockView .thumbnail img { width:120px; height:120px; }
.blockView .buttons { padding:0px 8px 8px 8px; }
.blockView .rating { float:none; display:block; margin:0px auto 1px; }
.blockView .glass { display:block; width:120px; padding-left:0px; padding-right:0px; margin-top:4px; }
.blockView .button,
.blockView .disabled { float:none; display:block; margin-left:0px; }
.blockView .cart .glass { width:86px; padding-left:34px; }
.blockView .wishlist .glass,
.blockView .inwishlist .glass { width:93px; padding-left:27px; }

.largeView .product { height:80px; }
.largeView .info { height:33px; margin:0px 344px 2px 84px; }
.largeView .title { display:block; margin-bottom:3px; }
.largeView .description { display:block; height:45px; margin:2px 0px -80px 84px; font-weight:normal; }
.largeView .thumbnail { float:left; }
.largeView .thumbnail,
.largeView .thumbnail img { width:80px; height:80px; }
.largeView .buttons { padding-top:2px; }
.largeView .rating { margin-top:3px !important; }

.smallView .product { height:40px; }
.smallView .info { height:33px; padding-top:3px; margin:0px 344px -36px 44px; }
.smallView .title { display:block; margin-bottom:3px; }
.smallView .thumbnail { float:left; }
.smallView .thumbnail,
.smallView .thumbnail img { width:40px; height:40px; }
.smallView .buttons { padding-top:2px; }
.smallView .rating { margin-top:3px !important; }

.dragItem .product { height:22px; }
.dragItem .info { height:22px; margin-bottom:-22px; }
.dragItem .info input { width:14px; }
.dragItem .availability { float:left; font-weight:bold; padding:3px 0px 4px; }
.dragItem .removeButton .glass { background-position:-180px -140px; width:20px; height:20px; }

.cartView .product { height:40px; }
.cartView .product select { float:none; margin:0px 4px 0px 0px; }
.cartView .info { height:15px; padding-top:2px; margin:0px 0px -17px 44px; }
.cartView .title { display:block; float:left; margin-right:4px; }
.cartView .description { display:block; height:20px; margin:20px 0px -40px 44px; }
.cartView .thumbnail { float:left; }
.cartView .thumbnail,
.cartView .thumbnail img { width:40px; height:40px; }

.smallbuttonsView .product { height:40px; }
.smallbuttonsView .info { height:33px; padding-top:3px; margin:0px 274px -36px 44px; }
.smallbuttonsView .title { padding-right:4px; }
.smallbuttonsView .thumbnail { float:left; }
.smallbuttonsView .thumbnail,
.smallbuttonsView .thumbnail img { width:40px; height:40px; }
.smallbuttonsView .glass { width:0; padding-right:0; overflow:hidden; }
.smallbuttonsView .cart .glass { padding-left:40px; }
.smallbuttonsView .wishlist .glass,
.smallbuttonsView .inwishlist .glass { padding-left:29px; }
x.smallbuttonsView .buttons { padding-top:12px; }
x.smallbuttonsView .glass { font-size:10px !important; padding:0px 8px 1px 8px !important; height:12px; background-position:0px -200px; }
x.smallbuttonsView .cart .glass { padding-left:22px !important; background-position:0px -213px; }
x.smallbuttonsView .wishlist .glass { display:block; width:77px; }
x.smallbuttonsView .disabled { width:68px; background-position:0px -200px; }

.listView .product { height:15px; }
.listView .info { float:left; height:15px; margin:0px 274px -15px 0px; }
.listView .title { padding-right:3px; }
.listView .thumbnail { display:none; }
.listView .glass { font-size:10px !important; padding:0px 8px 1px 8px !important; height:12px; background-position:0px -200px; }
.listView .cart .glass { padding-left:22px !important; background-position:0px -213px; }
x.listView .wishlist .glass { display:block; width:77px; }
.listView .disabled { width:68px; background-position:0px -200px; }
.listView select { font:10px/12px Verdana !important; padding:2px 1px 1px 2px; margin:-2px 0px; }

.tool-tip .price,
.tool-tip .extras { margin-top:6px; display:-moz-inline-box; display:inline-block; }
.tool-tip .description { padding-top:6px; font-weight:normal; }
.Label, .HeadingLabel, .Values, .Bold, .HeadingValues {
	padding-top		: 10px;
}
.Label, .HeadingLabel {
	color			: #000000;
	font-weight		: bold;
}
.Label {
	float			: left;
	width			: 160px;
	margin-right	:-160px;
}
.HeadingLabel { 
	font-size		: 14px; 
	line-height		: 17px;
	border-bottom	: 1px solid;
}

.Values, .Bold, .HeadingValues {
	padding-left	: 10px;
	padding-right	: 10px;
}
.Values, .Bold {
	padding-left	: 170px;
}
.Bold, .HeadingValues {
	font-weight		: bold;
}.rating,
.rating * { height:18px; }
.rating { display:-moz-inline-box; display:inline-block; margin:0px 0px -3px; vertical-align:bottom; overflow:hidden; text-align:left;
				 background:transparent url('images/webshop/stars.png') 0px   0px repeat-x; }
.rating .full  { background:transparent url('images/webshop/stars.png') 0px -18px repeat-x; }
.rating .hover { background:transparent url('images/webshop/stars.png') 0px -36px repeat-x; }
.rating .empty { font-weight:bold !important; color:#666666 !important; text-decoration:none !important; text-align:center; }
.rating .picker a { display:block; float:left; width:17px; cursor:pointer; }

span.rating .empty { cursor:default; }

.spotlight .rating       { background-position:0px -54px; }
.spotlight .rating .full { background-position:0px -72px; }
.spotlight .rating .empty { color:#FFFFFF !important; cursor:pointer; }.menubar { }
.menubar a,
.menuitem { height:15px; padding:2px 8px; color:#fff !important; text-decoration:none !important; font-weight:bold; white-space:nowrap; background:none; }
span.menuitem { cursor:default; }
.menubar a { cursor:pointer !important; }

.menuitem,
.menuitem span,
.menuitem img { display:-moz-inline-box; display:inline-block; vertical-align:top; }
.menuitem span { margin-right:4px; }
.menuitem img { width:7px; height:15px; background:url('images/buttons/down.gif'); }

.menuitem a:link disabled,
.menuitem:link disabled {}
.menuitem a:hover,
.menuitem a:focus,
.menuitem:hover,
.menuitem:focus,
.open .menuitem,
.submenu { background:url(images/tooltip.png); }

.menu { position:relative; z-index:9; overflow:visible; }
.submenu { display:none; position:absolute; left:0; z-index:999; padding:5px 0px; }
.menu iframe { display:none; position:absolute; margin-right:-1000px; }
.open .submenu { display:block; display:inline-block; }
.open .menu iframe { display:block; }

.submenu a { display:block !important; padding:2px 8px; color:#fff !important; text-decoration:none !important; font-weight:bold; white-space:nowrap; }
.submenu a:link disabled {}
.submenu a:hover,
.submenu a:focus  { background-color:#0080ff; }
.submenu a:active { background-color:#036; }.datePicker { position:absolute; left:0; top:0; z-index:999; -moz-user-select:none; -khtml-user-select:none; }

.calendar div {
	background: none !important;
	overflow: hidden;
	position: relative;
	width: 134px;
	font-weight:bold;
}	
	
.calendar caption {
	color: #39f;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.calendar caption a {
	cursor: pointer;
	display: block;
	width: 14px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	color: #39f !important;
	font-size:18px;
}
.calendar caption a.prev {
	left: 14px;
}
.calendar caption a.next {
	right: 14px;
}
.calendar caption span {
	position: relative;
	text-align: center;
}
.calendar table {
	background: none;
	border-spacing: 1px;
}
.calendar td,
.calendar th {
	color: #fff;
	font-weight: bold;
	width: 18px;
	height: 18px;
	text-align: center;
}
.calendar td {
	color: #666;
	font-size: 11px;
}
.calendar td.invalid {
	color: #fff;
}

.calendar tbody a { display:block; width:16px; height:16px; color:#000 !important; text-decoration:none !important;
					background:#ccc url(images/webshop/buttons.png) 0px -2px; border:1px solid #ccc; }
.calendar tbody a:link   { background-color: #ccc; border-color: #ccc; }
.calendar tbody a:focus,
.calendar tbody a:hover  { background-color: #69c; border-color: #69c; }
.calendar tbody a:active { background-color: #369; border-color: #369; }

.calendar tbody a.active {
	background-color: #000 !important;
	border-color: #000 !important;
	background-position: 0px -1px;
	border-width:0px 0px 1px;
	padding:1px 1px 0px;
	color: #fff !important;
}.coz_overlay,
.coz_overlay_content,
.coz_overlay_background {
	position:absolute;
	left:0; right:0;
	top:0; bottom:0;
}

.coz_overlay { 
	display:none;
	position:fixed;
	z-index:1000;
	overflow:hidden;
}

.coz_overlay_background {
	z-index:-1;
	background:url(images/webshop/tooltip.png);
	background:rgba(0,0,0,0.8);
}
.tool-tip {
	color: #fff;
	min-width: 10px;
	max-width: 400px;
	z-index: 10000;
	overflow:visible;
}

.tip-title, .tip-text {
	font-size: 11px;
	line-height: 13px;
}
 
.tip-title {
	font-weight: bold;
	color: #39f;
}

.tip-text br { height:8px !important; line-height:8px !important; }