/* +++++++++++++++++++ IMPORTS ++++++++++++++++++++++ */
@import url("navigation.css");
@import url("scrollable-horizontal.css");
@import url("scrollable-buttons.css");
@import url("scrollable-navigator.css");
@import url("thickbox.css");

/* +++++++++++++++++++ HTML ELEMENTS ++++++++++++++++++++++ */
* {
		margin: 0px;
		padding: 0px;
}
html {
		height: 100%;
}
body {
		font: 62.5% Verdana, Geneva, Tahoma, sans-serif;
		color: #000000;
		background: #003978 url(../../layout/bgHeader.png) repeat-x;
}
a {
		text-decoration: none;
}
a:link {
		color: #043661;
}
a:visited {
		color: #595849;
}
a:hover {
		color: #B20000;
}
a:active {
		color: #043661;
}
/* +++++++++++++++++++  GENERAL RULES  ++++++++++++++++++++++ */
img.bdrImg {
		border: 2px solid #F4F2DF;
		padding: 1px;
		background-color: #B0AE95;
}
.alignLeft {
		float: left;
		margin-right: 9px;
		margin-bottom: 5px;
}
.alignRight {
		float: right;
		margin-left: 5px;
		margin-bottom: 9px;
}
.alignLeftOnly {
		float: left;
}
/* +++++++++++++++++++ LAYOUT GRID ++++++++++++++++++++++ */
#headerWrapper {
		width: 986px;
		height: 399px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		font-size: 1.1em;
}
#contentWrapper {
		width: 100%;
		background-color: #FBFBF1;
		padding-top: 13px;
}
#colWrapper {
		width: 986px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 50px;
		font-size: 1.1em;
}
#col-01 {
		display: inline;
		width: 250px;
		float: left;
}
#col-02 {
		display: inline;
		width: 722px;
		float: left;
		margin-left: 14px;
}
/* +++++++++++++++++++ HEADER ++++++++++++++++++++++ */
#headerWrapper h1 {
		width: 263px;
		height: 51px;
		position: absolute;
		left: 25px;
		top: 15px;
}
#headerWrapper h1 a {
		width: 263px;
		background: url(../../layout/logo-SV.gif) no-repeat left top;
		height: 51px;
		display: block;
		text-indent: -999em;
}
/* +++++++++++++++++++ SHOPPING BASKET ++++++++++++++++++++++ */
#shoppingBasket {
		width: 206px;
		height: 75px;
		position: absolute;
		top: 4px;
		right: 5px;
		overflow:hidden;
		background: url(../../layout/bgBasket.png) no-repeat;
		padding: 2px 46px 2px 9px;
}
#shoppingBasket table {
		width: 206px;
		border-collapse: collapse;
		border: none;
		border-spacing: 0;
}
#shoppingBasket table td {
		background: url(../../layout/bgBasketTd.png) repeat-x;
		height: 25px;
		border-bottom: 1px solid #146AAA;
		padding: 0px 1px;
		line-height: 25px;
		color: #A1D7FF;
}
#shoppingBasket table em {
		font-style: normal;
		font-weight: bold;
		color: #FFF;
}
#shoppingBasket a.buttonBasket {
		display: block;
		text-align: center;
		height: 23px;
		background: url(../../layout/bgBasketLink.png) repeat-x;
		font: bold 1.27em/23px "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#shoppingBasket a.buttonBasket:link, ul#loginBox a:link {
		color: #E6E3C2;
}
#shoppingBasket a.buttonBasket:visited, ul#loginBox a:visited {
		color: #E6E3C2;
}
#shoppingBasket a.buttonBasket:hover, ul#loginBox a:hover {
		color: #FFFFFF;
}
#shoppingBasket a.buttonBasket:active, ul#loginBox a:active {
		color: #E6E3C2;
}
/* +++++++++++++++++++ LOGIN & CUSTOMER LINKS ++++++++++++++++++++++ */
ul#loginBox {
		list-style: none;
		text-align: right;
		width: 400px;
		position: absolute;
		top: 15px;
		right: 280px;
}
ul#loginBox li {
		background: url(../../layout/bullet-1.gif) no-repeat right 3px;
		padding-right: 15px;
		margin-bottom: 3px;
		color: #FFF;
}
/* +++++++++++++++++++    GOOGLE SEARCH   ++++++++++++++++++++++ */
fieldset.googleSearch {
		position: absolute;
		top: 349px;
		right: 18px;
		height: 23px;
		width: 203px;
}
input.googleSearch {
		width: 170px !important;
		padding: 4px !important;
		border: 1px solid #B4B4B4 !important;
		font: 11px/13px Verdana, Geneva, Tahoma, sans-serif;
		position: absolute;
		left: 0px;
		top: 0px;
}
input.googleSearchBtn {
		width: 24px;
		height: 23px;
		position: absolute;
		right: 0px;
		top: 0px;
}
/* +++++++++++++++++++ TABS ++++++++++++++++++++++ */
#col-01 ul.tabs {
		list-style: none;
		height: 34px;
		clear: both;
}
#col-01 ul.tabs li {
		display: block;
		float: left;
		width: 125px;
		height: 34px;
}
#col-01 ul.tabs li a {
		display: block;
		width: 125px;
		height: 34px;
		text-indent: -999em;
}
#col-01 ul.tabs li a.catalogTab-01 {
		background: url(../../layout/bgCatalogTabs-01.gif) no-repeat left top;
}
#col-01 ul.tabs li a.catalogTab-02 {
		background: url(../../layout/bgCatalogTabs-02.gif) no-repeat left top;
}
#col-01 ul.tabs li a.current {
		background-position: 0px -34px;
}
#col-02 ul.tabs {
		list-style: none;
		height: 35px;
		clear: both;
		margin-bottom: 13px;
		background: url(../../layout/bgIndexTabs.gif) repeat-x left bottom;
}
#col-02 ul.tabs li {
		display: block;
		float: left;
		height: 35px;
}
#col-02 ul.tabs li a {
		display: block;
		height: 35px;
		text-indent: -999em;
}
.narrow li, .narrow li a {
		width: 179px;
}
.narrower li, .narrower li a {
		width: 118px;
}
.wide li, .wide li a {
		width: 240px;
}
#col-02 ul.tabs li a.indexTab-01 {
		background: url(../../layout/bgIndexTabsSelected.gif) no-repeat left top;
}
#col-02 ul.tabs li a.indexTab-02 {
		background: url(../../layout/bgIndexTabsPromo.gif) no-repeat left top;
}
#col-02 ul.tabs li a.indexTab-03 {
		background: url(../../layout/bgIndexTabsNews.gif) no-repeat left top;
}
#col-02 ul.tabs li a.contentTab-01 {
		background: url(../../layout/bgContactTab.gif) no-repeat left top;
}
#col-02 ul.tabs li a.contentTab-02 {
		background: url(../../layout/bgAttDocsTab.gif) no-repeat left top;
}
#col-02 ul.tabs li a.contentTab-03 {
		background: url(../../layout/bgPhotoGalleryTab.gif) no-repeat left top;
}
#col-02 ul.tabs li a.contentTab-04 {
		background: url(../../layout/bgVideoGalleryTab.gif) no-repeat left top;
}


#col-02 ul.tabs li a.productTab-01 {
		background: url(../../layout/bgProductTab-01.gif) no-repeat left top;
}
#col-02 ul.tabs li a.productTab-02 {
		background: url(../../layout/bgProductTab-02.gif) no-repeat left top;
}
#col-02 ul.tabs li a.productTab-03 {
		background: url(../../layout/bgProductTab-03.gif) no-repeat left top;
}
#col-02 ul.tabs li a.productTab-04 {
		background: url(../../layout/bgProductTab-04.gif) no-repeat left top;
}
#col-02 ul.tabs li a.productTab-05 {
		background: url(../../layout/bgProductTab-05.gif) no-repeat left top;
}
#col-02 ul.tabs li a.productTab-06 {
		background: url(../../layout/bgProductTab-06.gif) no-repeat left top;
}
#col-02 ul.tabs li a.current {
		background-position: 0px -35px;
}
#col-02 ul.tabs li.delimiter {
		margin-left: 1px;
}
/* +++++++++++++++++++ SECTION TITLES ++++++++++++++++++++++ */
h2.sectionTitle {
		clear: both;
		background: #E6E3C2 url(../../layout/bgSectionTitle.png) no-repeat left top;
		margin-bottom: 13px;
		color: #595749;
		padding: 6px 10px;
		font: bold 1.45em "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h2.sectionTitle span {
		display: block;
		font: normal 0.63em Verdana, Geneva, Tahoma, sans-serif;
		color: #000;
}
h3.sectionTitle {
		clear: both;
		background: #E6E3C2 url(../../layout/bgSectionTitle.png) no-repeat left top;
		margin-bottom: 13px;
		color: #595749;
		padding: 6px 10px;
		font: bold 1.27em "Trebuchet MS", Tahoma, Arial, sans-serif;
}
/* +++++++++++++++++++  CONTENT BOX +++++++++++++++++++ */
.shortDescBox {
		margin-bottom: 13px;
		border-bottom: 1px solid #D2CBA8;
}
.shortDescBox h2 {
		font-size: 1em;
		margin-bottom: 5px;
		background-color: #F4F2DF;
		padding: 3px;
}
.shortDescBox h2 span.date {
		display: block;
		font-weight: normal;
		background-color: #F4F2DF;
		font-size: 0.91em;
}
.shortDescBox p {
		line-height: 1.5;
		margin-bottom: 1.5em;
}
.shortDescBox p.readMore {
		clear: both;
		height: 34px;	
		margin-bottom: 0em;
}
.shortDescBox p.readMore a {
		display: block;
		float: right;
		width: 115px;
		height: 34px;
		text-indent: -999em;
		background: url(../../layout/btnReadMore.png) no-repeat;
}
/* +++++++++++++++++++ CONTACT LIST ++++++++++++++++++++++ */
ul.contactList {
		margin-bottom: 13px;
		list-style: none;
		clear: both;
		width: 722px;
}
ul.contactList li {
		display: block;
		clear: both;
		width: 722px;
		border-bottom: 1px solid #D2CBA8;
		margin-bottom: 13px;
}
ul.contactList li span.contactName {
		display: block;
		float: right;
		width: 526px;
		font: bold 1.27em "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color: #F4F2DF;
		padding: 3px 10px;
		margin-bottom: 5px;
		color: #595749;
}
ul.contactList li span.contactName img {
		margin-left: 10px;
		margin-bottom: -4px;
}
ul.contactList li span.contactPosition {
		display: block;
		font: normal 0.79em Verdana, Geneva, Tahoma, sans-serif;
		color: #000;
}
ul.contactList ul {
		float: right;
		list-style: none;
		margin-bottom: 10px;
		width: 535px;
}
ul.contactList ul li {
		display: block;
		float: left;
		width: 510px;
		padding: 3px 10px 3px 15px;
		clear: none;
		margin-bottom: 3px;
		background: url(../../layout/bullet-3.gif) no-repeat 0px 5px;
		border-bottom: none;
}
ul.contactList li p {
		clear: both;
}
ul.contactList li p a {
		background: url(../../layout/btnSendQuery.png) no-repeat;
		display: block;
		float: right;
		height: 34px;
		width: 97px;
		text-indent: -999em;
}
/* +++++++++++++++++++ PRODUCT TABLE, BASKET TABLE, CUSTOMER INFO TABLE +++++++++++++++++++ */
table.productTable {
		border: none;
		border-spacing: 0;
		border-collapse: collapse;
}
table.productTable th, table.productTable td {
		width: 226px;
		padding: 7px;
		text-align: center;
		vertical-align: top;
		border-right: 1px solid #FBFBF1;
		border-left: 1px solid #FBFBF1;
}
table.productTable th {
		background: url(../../layout/bgProductTableHead.png) repeat-x;
}
table.productTable td.tableFoot {
		background: url(../../layout/bgProductTableFoot.png) repeat-x left bottom;
		padding-bottom: 0px;
		border-bottom: solid 13px #FBFBF1;
}
table.productTable th h2 {
		font: bold 1.45em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table.productTable th h2 span {
		display: block;
		font-size: 0.75em;
		line-height: 1;
}
table.productTable p.price {
		font-size: 1.09em;
		background-color: #F4F2DF;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		color: #595849;
}
table.productTable p.price span {
		font-size: 0.92em;
		font-weight: normal;
		display: block;
		text-decoration: line-through;
}
table.productTable p.shortDesc {
		width: 190px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}
table.productTable ul {
		list-style: none;
		padding-left: 32px;
}
table.productTable ul li {
		float: left;
		display: inline;
}
table.productTable ul li a {
		display: block;
		height: 34px;
		width: 79px;
		text-indent: -999em;
		float: left;
}
table.productTable ul li a.moreInfo {
		background: url(../../layout/btnDetails.png) no-repeat;
}
table.productTable ul li a.buy {
		background: url(../../layout/btnBuy.png) no-repeat;
		margin-left: 2px;
}
table.basket, table.customerInfo {
		width: 720px;
		border: none;
		border-spacing: 0;
		border-collapse: collapse;
		margin-bottom: 13px;
}
table.basket th, table.basket td {
		border: 1px solid #FBFBF1;
		vertical-align: middle;
}
table.customerInfo th, table.customerInfo td {
		border: 1px solid #FBFBF1;
		vertical-align: top;
}
table.basket td.delimiter {
		border-bottom: solid 13px #FBFBF1;
}
table.basket em, table.customerInfo em {
		color: #E50004;
		font-style: normal;
		font-weight: bold;
}
table.basket th, table.customerInfo th {
		background: url(../../layout/bgProductTableHead.png) repeat-x;
		padding: 10px;
		white-space: nowrap;
}
table.customerInfo th {
		text-align: left;
}
table.basket td, table.customerInfo td {
		background-color: #F4F2DF;
		padding: 10px;
}
table.basket a.buttonRemove {
		display: block;
		width: 96px;
		height: 34px;
		background: url(../../layout/btnRemove.gif) no-repeat;
		text-indent: -999em;
		margin-left: auto;
		margin-right: auto;
}
table.basket .ac {
		text-align: center;
}
table.basket .ar {
		text-align: right;
}
table.basket .vt {
		vertical-align: top;
}
table.basket .fixed {
		width: 427px;
}
table.basket ul {
		list-style: none;
}
table.basket li {
		display: block;
		white-space: nowrap;
		float: left;
		padding-right: 20px;
		padding-bottom: 10px;
}
table.basket select.lensType {
		width: 250px;
}
table.basket select.lensOptions {
		width: 65px;
}
.hide {
		display: none;
}
table.basket caption {
		background-color: #E6E3C3;
		width: 718px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: bold;
		margin-left: 1px;
}
table.basket a.toggleVisibility {
		display: block;
		background: url(../../layout/bullet-3.gif) no-repeat 0px 2px;
		padding-left: 15px;
}
table.basket .show_hide {
		margin-top: 5px;
}

/* +++++++++++++++++++ RADIO SELECTION LIST ++++++++++++++++++++++ */
.selectionList {
		margin-bottom: 13px;
		margin-left: 20px;
}
.selectionList ul {
		list-style: none;
}
.selectionList ul li {
		line-height: 1.5;
		margin-bottom: 10px;
		padding-bottom: 5px;
}
.selectionList ul li em {
		font-style: normal;
		color: #E50004;
		font-weight: bold;
}
.selectionList ul li input {
		margin-right: 5px;
}
.selectionList ul li span {
		display: block;
		margin-left: 23px;
}
/* +++++++++++++++++++ PRODUCT INFO BOX  ++++++++++++++++++++++ */
.productInfo {
		margin-bottom: 13px;
		border-top: 2px solid #B0AE95;
		border-bottom: 2px solid #B0AE95;
		background: #F4F2DF;
		padding: 10px;
}
.productInfo .alignLeft{
		margin-right: 0px !important;
		margin-bottom: 0px !important;
}
.productInfo p.price {
		font-size: 1.09em;
		background-color: #E6E3C3;
		padding-bottom: 5px;
		font-weight: bold;
		color: #595849;
		float: left;
		width: 200px;
		text-align: center;
		margin-top: 3px;
}
.productInfo p.price em {
		font-size: 0.92em;
		display: block;
		font-style: normal;
		margin-bottom: 5px;
		border-bottom: 1px solid #FBFBF1;
		font-weight: normal;
		color: #FBFBF1;
		background-color: #B0AE95;
		padding: 5px;
}
.productInfo p.price span {
		font-size: 0.92em;
		font-weight: normal;
		display: block;
		text-decoration: line-through;
}
.productInfo fieldset {
		margin-top: 3px;
		float: left;
		width: 150px;
		margin-left: 15px;
}
.productInfo fieldset label {
		display: block;
		margin-bottom: 5px;
		text-align: right;
}
.productInfo fieldset select {
		width: 90px;
}
.productInfo ul {
		list-style: none;
		width: 140px;
		float: left;
		margin-left: 15px;
}
.productInfo ul li {
		display: block;
		margin-bottom: 5px;
}
.productInfo ul li a {
		display: block;
		height: 34px;
		text-indent: -999em;
}
.productInfo ul li a.buy {
		background: url(../../layout/btnBuy.gif) no-repeat;
		width: 79px;
}
.productInfo ul li a.sendQuery {
		background: url(../../layout/btnSendQuery.gif) no-repeat;
		width: 140px;
}
/* +++++++++++++++++++ BOX 250  ++++++++++++++++++++++ */
.box-250 {
		background: #F4F2DF url(../../layout/bgBox250.png) no-repeat left bottom;
		margin-bottom: 13px;
}
.box-250 h3 {
		width: 248px;
		padding-right: 1px;
		padding-left: 1px;
		color: #949170;
		font: bold 1.45em "Trebuchet MS", Tahoma, Arial, sans-serif;
		background: #E6E3C3 url(../../layout/bgBox250header.png) no-repeat left top;
		margin-bottom: 9px;
}
.box-250 h3 span {
		display: block;
		border-bottom: 1px solid #FBFBF1;
		padding: 4px 5px 3px 10px;
}
.survey p {
		margin-bottom: 5px;
		padding-right: 10px;
		padding-left: 10px;
}
.survey ul {
		list-style: none;
		clear: both;
}
.survey ul li {
		display: block;
		clear: both;
		float: left;
		vertical-align: middle;
		width: 230px;
		padding: 3px 10px;
		margin-bottom: 3px;
}
.survey ul li input.radioBtn {
		float: left;
		display: block;
		margin-top: 1px;
		width: 20px;
}
.survey ul li label {
		float: left;
		display: block;
		width: 210px;
}
.survey div {
		text-align: center;
		clear: both;
		padding-top: 2px;
		padding-bottom: 9px;
}
.survey div button {
		margin-left: 3px;
		margin-right: 3px;
}
/* +++++++++++++++++++ PRODUCT GROUP DESCRIPTION AND PRODUCT FILTER ++++++++++++++++++++++ */
.groupDesc {
		padding: 10px;
		background-color: #F4F2DF;
		border-bottom: 2px solid #B0AE95;
		border-top: 2px solid #B0AE95;
}
.productFilter {
		background: #B0AE95;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 13px;
}
.productFilter select {
		width: 200px;
}
/* +++++++++++++++++++ BREADCRUMBS ++++++++++++++++++++++ */
.breadCrumbs {
		width: 976px;
		position: absolute;
		top: 379px;
		left: 0px;
		background: url(../../layout/bgBreadcrumbs.png) repeat-x;
		padding-right: 5px;
		padding-left: 5px;
}
.breadCrumbs ul {
		list-style: none;
}
.breadCrumbs ul li {
		display: inline;
		background: url(../../layout/bullet-2.gif) no-repeat 0px 5px;
		padding-left: 7px;
		color: #FFF;
		margin-right: 5px;
}
.breadCrumbs a {
		white-space: nowrap;
}
.breadCrumbs a:link {
		color: #FFF;
}
.breadCrumbs a:visited {
		color: #FFF;
}
.breadCrumbs a:hover {
		color: #E6E3C2;
}
.breadCrumbs a:active {
		color: #FFF;
}
/* +++++++++++++++++++    MESSAGE BOX   ++++++++++++++++++++++ */
.messageBox {
		margin-bottom: 13px;
		padding: 10px 10px 5px;
		background-color: #F4F2DF;
		border-bottom: 2px solid #B0AE95;
		border-top: 2px solid #B0AE95;
}
.messageBox ul {
		list-style-type: none;
}
.messageBox ul li {
		background: url(../../layout/bullet-3.gif) no-repeat 0px 2px;
		padding-left: 14px;
		margin-bottom: 10px;
}
.messageBox ul li a {
		font-weight: bold;
		text-decoration: underline;
}
/* +++++++++++++++++++    BANNERS   ++++++++++++++++++++++ */
.banners span {
		display: block;
		margin-bottom: 13px;
		width: auto;
		text-align: center;
}
/* +++++++++++++++++++ PAGING AND EXTRA LINKS ++++++++++++++++++++++ */
.paging, .extraLinks {
		clear: both;
		padding-bottom: 10px;
		background: #F4F2DF url(../../layout/bgPaging.png) no-repeat left bottom;
		margin-bottom: 13px;
		padding-top: 10px;
		font-weight: bold;
}
.paging ol, .extraLinks ul {
		list-style: none;
		text-align: center;
}
.paging ol li, .extraLinks ul li {
		display: inline;
}
.paging li.altLink {
		padding-left: 10px;
		padding-right: 10px;
		font-weight: normal;
}
.paging img {
		margin-bottom: -0.35em;
}
.paging li {
		padding-left: 5px;
		padding-right: 5px;
}
.paging span {
		padding: 1px 2px;
		background-color: #FBFBF1;
		font-weight: bold;
}
.extraLinks li {
		padding-left: 7px;
		padding-right: 10px;
		background: url(../../layout/bullet-subCat.gif) no-repeat 0px 4px;
}
/* +++++++++++++++++++ ATT. DOCUMENTS ++++++++++++++++++++++ */
.documents {
		margin-bottom: 13px;
}
.documents ul {
		list-style: none;
}
.documents ul li {
		background: url(../../layout/bullet-3.gif) no-repeat 13px 2px;
		padding-left: 30px;
		margin-bottom: 7px;
}
/* +++++++++++++++++++ PHOTO AND VIDEO GALLERY ++++++++++++++++++++++ */
.photoGalleryWrapper, .videoGalleryWrapper {
		clear: both;
}
.photoGalleryRow, .videoGalleryRow {
		clear: both;
		margin-bottom: 13px;
}
.videoGalleryRow {
		text-align: center;
}
.videoGalleryRow object {
		margin-right: 5px;
		margin-left: 5px;
}
.photoGalleryWrapper .delimiter {
		margin-left: 6px;
}
.photoGalleryRow a {
		display: block;
		float: left;
}
/* +++++++++++++++++++    FOOTER   ++++++++++++++++++++++ */
#footerLinks {
		background: #CDCAAC url(../../layout/bgFooterLinks.png) repeat-x;
		clear: both;
		width: 100%;
		min-height: 12px;
		height: auto !important;
		height: 12px;
		font-size: 1.1em;
		padding-top: 11px;
		padding-bottom: 11px;
}
#footerLinks ul {
		width: 986px;
		list-style: none;
		margin-right: auto;
		margin-left: auto;
}
#footerLinks ul li {
		display: block;
		float: left;
		background: url(../../layout/bullet-3.gif) no-repeat 0px 3px;
		padding-left: 12px;
		margin-right: 20px;
		white-space: nowrap;
		line-height: 1.4;
}
#footerWrapper {
		background: url(../../layout/bgFooterWrapper.png) repeat-x;
		clear: both;
		width: 100%;
		height: 190px;
		font-size: 1.1em;
}
#footerWrapper div.wrapper {
		width: 986px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
}
#footerWrapper fieldset {
		width: 221px;
		height: 69px;
		background: url(../../layout/bgFooterItems.png) no-repeat 0px 1px;
		padding: 29px 9px 9px;
}
#footerWrapper fieldset div {
		position: relative;
		margin-top: 7px;
		width: 221px;
}
#footerWrapper fieldset input.nl {
		width: 188px;
		padding: 4px;
		border: 1px solid #B0AE95;
		font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		left: 0px;
		top: 0px;
}
#footerWrapper fieldset input.btnNL {
		width: 24px;
		height: 23px;
		position: absolute;
		right: 0px;
		top: 0px;
}
#footerWrapper ul#socialLinks {
		list-style: none;
		width: 213px;
		height: 67px;
		background: url(../../layout/bgFooterItems.png) no-repeat -239px 1px;
		position: absolute;
		left: 249px;
		top: 0px;
		padding-top: 9px;
}
#footerWrapper ul#socialLinks li {
		display: inline;
		float: left;
		margin-left: 9px;
}
#footerWrapper ul#paymentInfo {
		list-style: none;
		width: 394px;
		height: 133px;
		background: url(../../layout/bgFooterItems.png) no-repeat -452px 1px;
		position: absolute;
		right: 0px;
		top: 0px;
}
#footerWrapper ul#paymentInfo a {
		display: block;
		position: absolute;
}
#footerWrapper ul#paymentInfo a#badge-wsPay {
		left: 6px;
		top: 2px;
}
#footerWrapper ul#paymentInfo a#badge-vs {
		right: 14px;
		top: 68px;
}
#footerWrapper ul#paymentInfo a#badge-mc {
		left: 178px;
		top: 68px;
}
#footerWrapper ul#paymentInfo a#badge-ax {
		left: 174px;
		top: 18px;
}
#footerWrapper ul#paymentInfo a#badge-dn {
		right: 7px;
		top: 18px;
}
#footerWrapper #copyright {
		width: 700px;
		line-height: 28px;
		color: #FFF;
		position: absolute;
		left: 0px;
		top: 140px;
}
#footerWrapper p#author {
		width: 37px;
		height: 35px;
		position: absolute;
		right: 10px;
		top: 143px;
}
#footerWrapper p#author a {
		background: url(../../layout/webstudio-bee.png) no-repeat;
		display: block;
		width: 37px;
		height: 35px;
		text-indent: -999em;
}
/* +++++++++++++++++++    FORM ELEMENTS   ++++++++++++++++++++++ */
fieldset {
		border-style: none;
}
legend {
		display: none;
}
input, textarea {
		font: 11px Verdana, Arial, sans-serif;
}
select {
		font: 11px Verdana, Arial, sans-serif;
		padding: 2px;
}
.txtBoxSmall {
		border: 1px solid #B0AE95;
		padding: 5px 1px;
		text-align: center;
		width: 26px;
		background-color: #FBFBF1,
}
.txtBoxHidden {
		width: 220px;
		background: none;
		border: none;
		line-height: 13px;
		margin-top: 8px;
}
.txtAreaHidden {
		width: 225px;
		background: none;
		border: none;
		height: 187px;
}
button {
		border:0;
		cursor:pointer;
		overflow: visible;
		padding: 0px;
}
button span {
		position:relative;
		display:block;
		white-space:nowrap;
		padding-right: 11px;
		margin-left: 10px;
		text-align: right;
		height:27px;
		color: #595749;
		font: 11px/27px Verdana, Geneva, Tahoma, sans-serif;
}
button span.bolded, input.bold {
		font-weight: bold;
		color: #595749;
}
button.submitBtn {
		background:transparent url(../../layout/bgButtonLeft.gif) no-repeat left center;
}
button.submitBtn span {
		background:transparent url(../../layout/bgButtonRight.gif) no-repeat right center;
}
label.inputBtn {
		height: 27px;
		line-height: 27px;
		width: auto;
		display: block;
		float: left;
}
label.inputBtn {
		background:transparent url(../../layout/bgButtonLeft.gif) no-repeat left center;
}
input.inputBtn {
		border: 0;
		cursor: pointer;
		overflow: visible;
		line-height: 27px;
		padding-right: 10px;
		margin-left: 10px;
		height: 27px;
		color: #595749;	
		background:transparent url(../../layout/bgButtonRight.gif) no-repeat right center;	
}
fieldset.contentForm {
		margin-bottom: 13px;
		clear: both;
}
fieldset.basketButtons {
		margin-bottom: 13px;
		text-align: center;
		clear: both;
}
fieldset.contentForm h3 {
		margin-bottom: 13px;
		font: bold 1.36em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #595749;
		border-bottom: 1px solid #D2CBA8;
		clear: both;
		background: url(../../layout/bgProductTableFoot.png) repeat-x left bottom;
		padding: 15px 10px 5px;
}
fieldset.contentForm .txtBoxRow, fieldset.contentForm .radioRow, fieldset.contentForm .txtAreaRow, fieldset.contentForm .checkRow {
		margin-bottom: 5px;
		clear: both;
}
fieldset.contentForm .txtBoxRow label, fieldset.contentForm .radioRow span, fieldset.contentForm .txtAreaRow label {
		display: block;
		float: left;
		line-height: 29px;
		text-align: right;
		padding-right: 3px;
		width: 270px;
}
fieldset.contentForm .radioRow label {
		display: block;
		float: left;
		margin-left: 10px;
		padding-top: 7px;
}
fieldset.contentForm .checkRow label {
		text-align: center;
		display: block;
}
fieldset.contentForm em {
		font-size: 1.2em;
		color: #E2001A;
		margin-right: 5px;
}
fieldset.contentForm .txtBoxRow span {
		display: block;
		float: left;
		background: url(../../layout/bgTxtBox.gif) no-repeat;
		width: 230px;
		margin-right: 5px;
		padding-left: 10px;
		height: 29px;
}
fieldset.contentForm .txtAreaRow span {
		display: block;
		float: left;
		background: url(../../layout/bgTxtArea.gif) no-repeat;
		width: 232px;
		margin-right: 5px;
		padding-left: 8px;
		height: 194px;
		padding-top: 6px;
}
fieldset.contentForm div.textRow {
		padding-left: 273px;
		clear: both;
		display: block;
}
fieldset.contentForm div.textRow p {
		margin-bottom: 5px;
}
fieldset.contentFormButtons {
		margin-bottom: 13px;
		padding-left: 273px;
}
fieldset.contentFormButtons label {
		margin-right: 10px;
}
/* +++++++++++++++++++ WYSIWYG ++++++++++++++++++++++ */
.wysiwyg {
		clear: both;
		margin-bottom: 13px;
}
.wysiwyg ul, .wysiwyg ol, .groupDesc ul, .groupDesc ol {
		margin-left: 30px;
/*		list-style-position:inside;*/
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol, .groupDesc p, .groupDesc ul, .groupDesc ol {
		line-height: 1.5;
		margin-bottom: 1.5em;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .groupDesc h1, .groupDesc h2, .groupDesc h3, .groupDesc h4, .groupDesc h5, .groupDesc h6 {
		font-weight: bold;
		margin-bottom: 0.64em;
		font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
		color: #595749;
		border-bottom: 1px solid #D2CBA8;
		clear: both;
}
.wysiwyg h1, .groupDesc h1 {
		font-size:1.64em;
}
.wysiwyg h2, .groupDesc h2 {
		font-size:1.45em;
}
.wysiwyg h3, .groupDesc h3 {
		font-size:1.36em;
}
.wysiwyg h4, .groupDesc h4 {
		font-size:1.27em;
}
.wysiwyg h5, .groupDesc h5 {
		font-size:1.18em;
}
.wysiwyg h6, .groupDesc h6 {
		font-size:1.09em;
}
/* +++++++++++++++++++ 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%;
}


