﻿    * {
	padding: 0;
	margin: 0;
}

.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%;
}


body {
	font-size: 11px;
	font-family: verdana;
	background: #fff;
	line-height: 18px;
}

form {
    position: relative;
}

a,
a:active,
a:visited {
	color: #007bc5;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.dropdown {
	background: transparent url(../images/CssImg/morelink_bg.gif) right 3px no-repeat;
	padding: 0 11px 0 0;
}

img {
	border: 0;
}

#page {
	width: 953px;
	margin: 0 auto;
	position: relative;
}

.fromlogin #page {
    display: none;
}

#page.grid {
	background-image: url(../images/CssImg/grid.gif);
}

#header {
	height: 126px;
	position: relative;
	padding: 14px 28px 0 0;
	background: transparent url(../images/CssImg/mainnav_bg.gif) left bottom no-repeat;
	z-index: 300;
}

#subnav {
	float: left;
	width: 242px;
	padding: 100px 0 36px 23px;
	margin: 22px 0 0 0;
	border-right: 1px solid #cacaca;
	position: relative;
	z-index: 100;
}

#article {
	float: right;
	width: 657px;
	padding: 41px 0 0 0;
	z-index: 110;
}

#footer {
	background: transparent url(../images/CssImg/footer_bg.gif) left top no-repeat;
	height: 123px;	
	clear: both;
	padding: 33px 0 0;
}

/*
 * Header
 */
.start #header {
	background: transparent url(../images/CssImg/mainnav_start_bg.gif) left bottom no-repeat;
}

.mp #header {
	background: transparent url(../images/CssImg/mainnav_mp_bg.gif) left bottom no-repeat;
}

#header a.logo {
	position: absolute;
	top: 7px;
	left: 10px;
}

#header .home {
	position: absolute;
	top: 87px;
	left: 0;
	display: block;
	width: 45px;
	height: 36px;
	padding: 17px 10px 0 28px;
	text-align: left;
	color: #fff;
}

#header .selected {
	color: #eea454;
}	

#header a.sections {
	position: absolute;
	top: 87px;
	left: 84px;
	padding: 17px 0 0 27px;
	height: 36px;
	width: 101px;
	text-align: left;
	color: #fff;
	background-image: none;
}

#currentsection {
	position: absolute;
	top: 104px;
	left: 276px;
	color: #fff;
}

.mp #currentsection {
	position: absolute;
	top: 87px;
	left: 84px;
	padding: 17px 0 0 27px;
	color: #fff;
}

#header a.sections span {
	background: transparent url(../images/CssImg/droparrow_sections.gif) right 6px no-repeat;
	padding-right: 16px;	
}

.js #header div.sectionswrapper {
	position: absolute;
	display: none;
	left: 83px;
	top: 140px;
	z-index: 9999;
}

.js #header ul.sections {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 18px 54px 18px 27px;
	list-style-type: none;
	width: 212px;
	height: auto;
    -moz-box-shadow: 1px 1px 8px #666666; /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 8px #666666; /* Saf3.0+, Chrome */
    box-shadow: 1px 1px 8px #666666; /* Opera 10.5, IE 9.0 */	
}

.js #header ul.sections li {
	text-align: left;
}

.js #header ul.sections a {
	position: relative;
	left: auto;
	top: auto;
	padding: 0 0 0;
}

.js #header ul.sections a:hover {
}

input.quicksearch {
	background: white url(../images/CssImg/input_search_bg.gif) left top no-repeat;
	position: absolute;
	right: 287px;
	top: 102px;
	width: 200px;
	border: 0;
	margin: 0;
	padding: 4px 5px 0;
	height: 19px;
	width: 200px;
}

#header input.button {
	text-indent: -9999px;
	width: 45px;
	height: 21px;
	border: 0;
	position: absolute;
	left: 679px;
	top: 103px;	
}

#header button:hover {
}

#header button:active {
	background-position: 0 -82px;
}


#header a.home:hover,
#header a.sections:hover, 
#header a#mycart:hover,
#header a#currentsection:hover 
{
    text-decoration: none;
}


#mycart {
	position: absolute;
	color: #fff;
	top: 104px;
	right: 28px;
	padding: 0 0 0 16px;
	background: transparent url(../images/CssImg/icon_plus.gif) left center no-repeat;
}

#mycart.open {
	background: transparent url(../images/CssImg/icon_minus.gif) left center no-repeat;
}

#mycart span {
	padding: 0 0 0 28px;
	background: transparent url(../images/CssImg/cart_header.gif) 4px center no-repeat;
}

#supportnav {
	list-style-type: none;
	float: right;	
	position: relative;
}

#supportnav ul {
	list-style-type: none;
}

#supportnav li {
	float: left;
	color: #ccc;
	background: transparent url(../Images/CssImg/li-square.gif) right 9px no-repeat;
}

#supportnav li.parent {
	background-image: none;
}

#supportnav a {
	padding: 0 11px 0 9px;
	color: #4c2432;
}

#supportnav a.dropdown {
	padding-right: 11px;
}

#supportnav ul.dropdown {
	position: absolute;
	top: 17px;
	right: 0;
	border: 1px solid #747474;
	padding: 18px 44px 18px 32px;
	text-align: right;
	display: none;
	background-color: #fff;
    -moz-box-shadow: 1px 1px 8px #666666; /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 8px #666666; /* Saf3.0+, Chrome */
    box-shadow: 1px 1px 8px #666666; /* Opera 10.5, IE 9.0 */	
}

#supportnav ul.dropdown li {
	float: none;
	padding: 0;
    background-image: none;
}

#supportnav ul a {
	color: #007bc5;
	padding: 0;
	white-space: nowrap;
    background: none;
}


/*
 * Cart
 */
#cart {
	background: #c4d7d7;
	padding: 0 20px 28px;
	display: none;
	margin: 0;
	float: left;
	width: 913px;
}

#cart.open {
	display: block;
}

#cart .top {
	text-align: left;	
	padding: 18px 0 14px;
    position: relative;
}

#cart .top p {
	text-align: left;	
	padding: 18px 80px 14px 0;
}

#cart .top a.close {
    position: absolute;
    top: 18px;
    right: 2px;
}

#cart .mylist {
	float: left;
	width: 909px;
}

#cart .mylist a
{
    color: #007bc5;
}

.mylist .cartitems {
    float: left;
    width: 646px;
}

.mylist .savelist {
    float: left;
    margin: 9px 1px 0 0;
    width: 400px;
}

.mylist .updatebutton {
    float: right;
    margin: 9px 1px 0 0;
}

.mylist .cartactions {
    float: right;
    width: 200px;
    text-align: center;
	border: 1px solid #b8baba;
    padding: 10px;    
}


.mylist .cartactions p {
    margin: 18px 0 0;
}
 
.mylist table.itemstable {
	border-collapse: collapse;	
	width: 646px;
    border-bottom: 1px solid #bcbdc0;
}

.mylist table.itemstable th {
	color: #606060;
	font-size: 9px;
	background: #a8b5b4;
	padding: 4px 9px 5px;
	text-align: left;
	text-transform: uppercase;
}

.mylist table.itemstable td {
    border-top: 1px solid #bcbdc0;
	padding: 17px 9px 24px;
	vertical-align: top;
}

.mylist table.itemstable td.title {
    width: 300px;
	padding: 17px 9px 17px;
}

.mylist table.itemstable td.title input,
.mylist table.itemstable td.title img {
    float: left;
    margin-right: 9px;
}

.mylist table.itemstable td.title p.title {
    padding: 0 0;
    margin-left: 80px;
    font-weight: bold;
}

.mylist table.itemstable td.title p.id {
    margin-left: 80px;
}

.mylist table.itemstable td.price {
}

.mylist table.itemstable td.vat {
}

.mylist table.itemstable td.quantity {
    width: 52px;
}

.mylist table.itemstable td.quantity input {
    border: 0;
    width: 20px;
    height: 17px;
    padding: 4px 5px;
    background: white url(../images/CssImg/input_bg_quantity.gif) left top no-repeat;
    font-size: 11px;
}

.mylist table.summary {
	border-collapse: collapse;	
	width: 200px;
	margin: 0 0 18px;
	padding: 10px;
}

.mylist table.summary th {
    vertical-align: top;
    text-align: left;
    padding: 0 0 18px;
}
.mylist table.summary td {
    vertical-align: top;
    text-align: right;
    padding: 0 0 18px;
}


/*
 * Subnav 
 */
#subnav .sectionlogo {
	position: absolute;
	left: 22px;
	top: 0;
	z-index: 120;
}

#subnav .sectionlogo:hover {
}

#subnav ul {
	list-style-type: none;
	margin: 0 0 0 0;
	border-top: 1px solid #cacaca;
}

#subnav li {
	border-bottom: 1px solid #cacaca;
}

#subnav li.spacer, #subnav h3 {
	margin-top: 26px;
	border-top: 1px solid #cacaca;
}

#subnav li.parent {
	padding-right: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#subnav h3,#subnav a,#subnav div {
    padding: 3px 3px 5px 5px;
    font-size: 1em;
}

#subnav a {
	color: #202020;
	display: block;
}

#subnav a span {
	color: #999;
}


#subnav .selected a,#subnav .selected div {
	color: #ec891d;
	font-weight: bold;
}

#subnav .selected ul a {
	color: #000;
	font-weight: normal;
}


#subnav a.section {
	padding-left: 15px;
	background: transparent url(../images/CssImg/subnav_back_arrow.gif) left top no-repeat;
}

#subnav li ul a.section {
	padding-left: 27px;
	background: transparent url(../images/CssImg/subnav_back_arrow.gif) 12px top no-repeat;
}

#subnav li li ul a.section {
	padding-left: 39px;
	background-position: 24px top;
}

#subnav li li li ul a.section {
	padding-left: 49px;
	background-position: 36px top;
}

#subnav ul ul {
	margin: 0;
}

#subnav li a {
}

#subnav li li a, #subnav li li div {
	padding-left: 23px;
}

#subnav li li li a, #subnav li li li div {
	padding-left: 35px;
}

#subnav li li li li a,#subnav li li li li div {
	padding-left: 45px;
}

#subnav li li li li li a,#subnav li li li li li div {
	padding-left: 55px;
}

#subnav li li li li li li a,#subnav li li li li li li div {
	padding-left: 65px;
}

#subnav a span,
#subnav .selected span {
	color: #696a6c;
	font-weight: normal;
}

/*
 * Article 
 */
.start #article {
	float: left;
	width: auto;
	padding: 0 4px 0;
}

.mp #article {
	float: left;
	width: auto;
	padding: 36px 37px 36px;
}

div.sections {
	float: left;
	margin-top: 17px;
	margin-bottom: 1px;
	background: transparent url(../images/CssImg/sections_start_bg.gif) left top repeat-y;
}

div.sections .section1,
div.sections .section2,
div.sections .section3 {
	padding: 81px 0 0;
	width: 295px;
	text-align: center;
	vertical-align: bottom;	
	float: left;
	position: relative;
}

div.sections .sectionlogo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 130;
}

div.sections .section1 {
	margin-left: 10px;
}
div.sections a.showHoverImage img.imageNormal
{
    display:none;
    visibility:hidden;
}
div.sections a.showNormalImage img.imageHover
{
    display:none;
    visibility:hidden;
}
div.sections .section2 {
	margin-left: 25px;
	margin-right: 25px;
}

div.sections .section3 {
}

div.sections a {
	display: block;
}

.start .teasers {
	border-top: 13px solid #d1c9c1;
	clear: both;
	padding: 16px 0 14px;
	float: left;
	width: 100%;
}

.start .teasers1,
.start .teasers2,
.start .teasers3 {
	border: 1px solid #dddad8;
	height: 139px;
	width: 303px;
	padding: 0 0;
	text-align: center;
}

.start .teasers1 {
	margin-right: 15px;
	float: left;
}

.start .teasers2 {
	float: left;
}

.start .teasers3 {
	float: right;
}


/*
 * carousel 3 col items
 */
.carousel {
	background: transparent url(../images/CssImg/carousel_top_bg.gif) left top no-repeat;
	position: relative;
	margin: 0 0 0 0;
	height: 230px;
	width: 657px;
	padding: 34px 0 0 0;
}

.carousel span.bannertitle {
    position: absolute;
    top: 13px;
    left: 37px;
	color: #8a7c74;
	text-transform: uppercase;
}

.carousel .pageinfo {
    position: absolute;
    top: 13px;
    right: 37px;
	color: #8a7c74;
}

.carousel .list {
	margin: 0 0 0 36px;
	width: 555px;
	overflow: hidden;
	height: 212px;
	padding: 0 0 0;
	position: relative;
}

.carousel ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.carousel a.back {
    visibility: hidden;
	position: absolute;
	top: 46px;
	left: 0;
	display: block;
	width: 28px;
	height: 200px;
	background: white url(../images/CssImg/carousel_arrow_left.gif) left center no-repeat;
	z-index: 888;
}

.carousel a.forward {
	position: absolute;
	top: 46px;
	right: 0;
	display: block;
	width: 28px;
	height: 200px;
	background: white url(../images/CssImg/carousel_arrow_right.gif) left center no-repeat;
	z-index: 889;
}

.carousel a.back,
.carousel a.forward {
	text-decoration: none;
}

.carousel li {
	width: 111px;
	padding: 0 0 0 0;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	line-height: 12px;
	height: 197px;
	overflow: hidden;
}

.carousel li a.img {
	position: absolute;
	bottom: 48px;
	left: 1px;
	display: block;
	width: 102px;
	text-align: center;
}

.carousel li img {
}

.carousel li a.title {
	color: #363636;
	display: block;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 144px 0 0;
	padding: 4px 8px 0 1px;
	font-size: 9px;
	width: 102px;
}

.carousel li img.new {
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 8000;
	background: none;
}

body.fullpage .carousel {
    width: 879px;
    margin-left: 24px;
    background-image: url(../images/CssImg/carousel_top_bg_full.gif);
    
}

body.fullpage .carousel .list {
    width: 777px;
}


/*
 * big carousel
 */
.bigcarousel {
	position: relative;
	margin: 0 0 0 0;
	height: 338px;
	width: 657px;
	padding: 32px 0 0 0;
}

.bigcarousel span.bannertitle, .bigcarousel span.pageinfo {
    position: absolute;
    top: 13px;
    z-index: 890;
}

.bigcarousel span.bannertitle {
    font-weight: bold;
    left: 37px;
	color: #005958;
	text-transform: uppercase;
}

.bigcarousel span.pageinfo {
    right: 37px;
	color: #005958;
}

.bigcarousel .list {
	width: 657px;
	overflow: hidden;
	height: 370px;
	position: absolute;
	top: 0;
}

.bigcarousel ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.bigcarousel a.back {
    visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0;
	display: block;
	width: 37px;
	height: 326px;
	background: transparent url(../images/CssImg/big_carousel_arrow_left.gif) left center no-repeat;
	z-index: 888;
}

.bigcarousel a.forward {
	position: absolute;
	top: 32px;
	right: 0;
	display: block;
	width: 37px;
	height: 326px;
	background: transparent url(../images/CssImg/big_carousel_arrow_right.gif) left center no-repeat;
	z-index: 889;
}

.bigcarousel a.back,
.bigcarousel a.forward {
	text-decoration: none;
}


.bigcarousel li {
	float:left;
    height:370px;
    line-height:18px;
    margin:0;
    overflow:hidden;
    /*padding:42px 42px 0;*/
    position:relative;
    width:657px;
}
.bigcarousel li span {
    display: block;
    padding: 42px 42px 0;
}


.bigcarousel li a.img {
	float: right;
}

.bigcarousel li div.empty {
	float: right;
	width: 320px;
	height: 326px;
}


.bigcarousel li img {
}

.bigcarousel li h2 {
    color: #363636;
    font-size: 17px;
    margin: 50px 0 18px;
    text-transform: uppercase;
}

.bigcarousel li p {
    color: #363636;
    margin: 0 0 18px;
}

.bigcarousel li a.readmore {
    color: #363636;
    padding: 15px 10px 18px 0;
    background: transparent url(../images/CssImg/big_carousel_link_arrow.gif) center right no-repeat;
    font-weight: bold;
}

.bigcarousel li a.new {
    padding-right: 57px;
    background: transparent url(../images/CssImg/icon_new.png) center right no-repeat;
}

body.fullpage .bigcarousel {
    width: 879px;
    margin-left: 24px;
}

body.fullpage .bigcarousel .list {
    width: 879px;
}

body.fullpage .bigcarousel  li {
    width: 879px;
}


/*
 * custom carousel
 */
.customcarousel {
	position: relative;
	margin: 0 0 0 0;
	height: 214px;
	width: 657px;
	padding: 37px 0 0 0;
	background-repeat: no-repeat;
}

.customcarousel span.bannertitle {
    position: absolute;
    top: 13px;
    left: 37px;
	color: #8a7c74;
	text-transform: uppercase;
}

.customcarousel .pageinfo {
    position: absolute;
    top: 13px;
    right: 37px;
	color: #8a7c74;
}

.customcarousel .list {
	margin: 0 0 0 37px;
	width: 555px;
	overflow: hidden;
	height: 214px;
	padding: 0 0 0;
	position: relative;
}

.customcarousel ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.customcarousel a.back {
    visibility: hidden;
	position: absolute;
	top: 46px;
	left: 0;
	display: block;
	width: 28px;
	height: 200px;
	background: white url(../images/CssImg/carousel_arrow_left.gif) left center no-repeat;
	z-index: 888;
}

.customcarousel a.forward {
	position: absolute;
	top: 46px;
	right: 0;
	display: block;
	width: 28px;
	height: 200px;
	background: white url(../images/CssImg/carousel_arrow_right.gif) left center no-repeat;
	z-index: 889;
}

.customcarousel a.back,
.customcarousel a.forward {
	text-decoration: none;
}

.customcarousel li {
	width: 555px;
	padding: 0 0 0 0;
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	height: 199px;
	overflow: hidden;
}

body.fullpage .customcarousel {
    width: 879px;
    margin-left: 24px;
}

body.fullpage .customcarousel .list {
    width: 777px;
}

body.fullpage .customcarousel li {
    width: 777px;
}


/* Others */

.clearboth {
	clear: both;
}

h1,h2,h3,h4 {
	color: #766b63;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
}



table.productslist {
	margin: 6px 0 0 0;
	width: 657px;
    position: relative;
	border-bottom: 1px solid #bdbebf;
}

body.fullpage table.productslist, body.fullpage div.longDescription {
	width: 879px;
	margin-left: 24px;
}
body.fullpage div.longDescription {
	padding-bottom:10px;
}
.subserial table.productslist {
    margin-top: 0;
}

table.productslist th {
	color: #606060;
	font-size: 9px;
	background: #dbd7d5;
	padding: 4px 9px 5px;
	text-align: left;
	text-transform: uppercase;
    position: relative;
}


table.productslist div.dropdown {
    position: relative;
    text-align: right;
}

table.productslist a.dropdown {
    position: relative;
	background: transparent url(../images/CssImg/droparrow_normal.gif) right 4px no-repeat;
	padding-right: 12px;
	text-align: right;
}

table.productslist ul.dropdown {
	position: absolute;
	top: 17px;
	right: -9px;
	border: 1px solid #747474;
	padding: 2px;
	text-align: right;
	display: none;
	background-color: #fff;
	list-style-type: none;
    -moz-box-shadow: 1px 1px 8px #cccccc; /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 8px #cccccc; /* Saf3.0+, Chrome */
    box-shadow: 1px 1px 8px #cccccc; /* Opera 10.5, IE 9.0 */		
}

table.productslist ul.dropdown li {
	float: none;
    position: relative;
}

table.productslist ul a {
	color: #007bc5;
	padding: 0;
	white-space: nowrap;
	padding: 4px 18px;
    display: block;	
}

table.productslist ul.dropdown li.selected a {
    color: #000;
}


table.productslist th.info {
}

table.productslist th.type {
	padding-left: 0;
    text-align: right;		
}

table.productslist td {
	border-top: 1px solid #bdbebf;
	padding: 0;
	vertical-align: top;
}

body.fullpage table.productslist td,
table.productslist td div.cell {
	padding: 16px 10px 14px;
}


table.productslist td.title {
	padding-left: 0;
}



table.productslist td.info {
}

table.productslist td.type {
	padding-top: 5px;
	width: 200px;
}

body.fullpage table.productslist td.type {
	padding-top: 21px;
}


table.productslist span.img,
table.productslist a.img {
	float: left;
	text-align: center;
	margin: 4px 0 0 0;
	width: 112px;
	height: 109px;
}

.fullpage table.productslist span.img,
.fullpage table.productslist a.img {
	width: 112px;
	height: 109px;
}


table.productslist img {
}

table.productslist th.title {
	padding: 5px 0 4px 9px;
/*	font-size: 13px;*/
	text-align: left;
}

table.productslist td.title h2,
table.productslist td.title h3 {
	font-size: 13px;
	padding: 5px 0 0 0;
	margin-left: 123px;
}

body.fullpage table.productslist td.title h2,
body.fullpage table.productslist td.title h3 {
    font-size: 11px;
}

table.productslist td.title h2 a,
table.productslist td.title h3 a {
	color: #252525;
	padding-right: 9px;
	background: transparent url(../images/CssImg/link_arrow_right.gif) right 7px no-repeat;
}


body.fullpage table.productslist td.news,
table.productslist td.news {
    padding-top: 21px;
}

table.productslist td.news div,
table.productslist td.news span {
    color: #cc6600;
    font-weight: bold;  
}

table.productslist td.news div {
    white-space: nowrap;
}

table.productslist td.news div.wrapwords {
    white-space: normal;
}

table.productslist td.price,
table.productslist th.price {
    width: 70px;
    text-align: right;
}

body.fullpage table.productslist td.price div.cell,
table.productslist td.price {
    padding-top: 21px;
    font-weight: bold;
    color: #4d4d4d;
}

table.productslist td.quantity,
table.productslist th.quantity {
    width: 50px;
}

table.productslist td.actions,
table.productslist th.actions {
    width: 93px;
    padding-right: 0;
    padding-left: 0;
}

table.productslist td.quantity input {
    border: 0;
    width: 30px;
    height: 17px;
    padding: 4px 5px;
    background: white url(../images/CssImg/input_bg_quantity.gif) left top no-repeat;
    font-size: 11px;
}

table.productslist td.title p {
	margin-left: 123px;
	color: #606060;	
}

table.productslist td.title p.iptext {
    color: #cc6600;
    font-weight: bold;  
}

table.productslist p.subtitle {
    font-size: 13px;
	color: #252525;
}

table.productslist #pricenavContainer  {
	list-style-type: none;
	position: relative;
	list-style-type: square;
	list-style-position: inside;
}

#pricenavContainer a.help {
    padding-left: 8px;
}

#pricenavContainer ul {
	list-style-type: none;
}


#pricenav li {
	float: left;
	color: #ccc;
}

#pricenav li.first {
	list-style-type: none;
}

#pricenav a {
	padding: 0 10px 0;
	color: #4c2432;
}

#pricenav a.dropdown {
	padding-right: 11px;
}

#pricenav {
	position: absolute;
	top: 17px;
	right: 0;
	border: 1px solid #747474;
	padding: 5px;
	text-align: right;
	display: none;
	background-color: #fff;
    -moz-box-shadow: 1px 1px 8px #cccccc; /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 8px #cccccc; /* Saf3.0+, Chrome */
    box-shadow: 1px 1px 8px #cccccc; /* Opera 10.5, IE 9.0 */		
}

#pricenav.dropdown li {
	float: none;
	padding: 0;
}

#pricenav a {
	color: #007bc5;
	padding: 0;
	white-space: nowrap;
}
.paging {
	margin: 39px 0 36px;
	width: 100%;
	font-size: 12px;
}

.paging .info {
	width: 102px;
	float: left;
}

.paging .links {
	width: 554px;
	text-align: center;
	margin-left: 102px;
}

.paging .links a {
	padding: 0 3px 0 3px;
}

.paging .links .selected {
	font-weight: bold;
	color: #252525;
}

.paging .links .prev
{
	background: white url(../images/CssImg/carousel_arrow_left.gif) left center no-repeat;
	padding: 0 25px 0 30px;
}

.paging .links .next
{
	background: white url(../images/CssImg/carousel_arrow_right.gif) right center no-repeat;
	padding: 0 30px 0 25px;
}

.paging .links span.prev,
.paging .links span.next {
	color: #696a6c;
}

body.fullpage #article {
    width: 953px;
    margin: 0;
    padding: 0;
}

.breadcrumbs {
    float: left;
    margin: 0;
    list-style-type: none;
    margin: 8px 0 11px;
    padding-left: 37px;
}

.breadcrumbs li {
    float: left;
    padding: 0 14px 0 0;
    margin-right: 10px;
    font-weight: bold;
    background: transparent url(../Images/CssImg/breadcrumbs_bg.png) right 7px no-repeat;
    white-space: nowrap;
}

.breadcrumbs li.selected {
    background-image: none;
}

.breadcrumbs li.selected a,
.breadcrumbs li.selected a:active,
.breadcrumbs li.selected a:hover,
.breadcrumbs li.selected a:visited {
    color: #433c38;
}


.subseries {
    float: left;
    margin: 26px 0 0;
    list-style-type: none;
    padding: 0;
}

.subseries li {
    float: left;
    margin: 0 0 26px 0;
    width: 149px;
}

.subseries li.newline {
    clear: left;
}

.subseries li a.image {
    margin: 0;
    width: 149px;
    height: 136px;
    overflow: hidden;
    display: block;
}

.subseries li a.title {
    padding: 0 5px;
    display: block;
}


.serial {
    padding: 37px 0 0 13px;
    background: transparent url(../Images/CssImg/fullpage_bg.png) left top no-repeat;
    clear: left;
}

div.searialhead {
    width: 903px;
}

table.searialhead {
    background: transparent	url(../Images/CssImg/bg_series_head.gif) top left repeat-y;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
    border: 0;
    position: relative;
}

.withsubseries table.searialhead {
    margin: 0 0 2px 0;
}

table.searialhead th {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding-bottom: 0;
}

table.searialhead th.image {
    padding: 0 25px 0 19px;
}


table.searialhead th.overview {
    padding: 0 14px 0 24px;
}

table.searialhead th.about {
    padding: 16px 14px 0 23px;
    width: 162px;
}

.withsubseries table.searialhead th.overview {
    width: 657px;
}

.subserial div.productslist {
    margin-left: 0;
}

.closedsubserial div.productslist {
    display: none;
}

.searialhead h1 {
    font-size: 28px;
    font-weight: normal;
    color: #433c38;
    line-height: 36px;
    padding: 0 0 14px;
/*    */
}

.searialhead div.subtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #433c38;
    text-transform: uppercase;
}


.searialhead th.overview p {
    margin: 18px 0 0;
}

.withsubseries .searialhead th.overview p {
    width: 570px;
}

.subserial {
    padding: 72px 0 0 0;
    position: relative;
}

.subseriesimage {
    width: 75px;
    height: 64px; 
    position: absolute;
    top: 8px;
    left: 24px;
}

.subserial h2 {
    font-size: 13px;
    position: absolute;
    left: 94px;
    top: 8px;
	text-transform: uppercase;
}

.subserial h2 a,
.subserial h2 a:active,
.subserial h2 a:hover,
.subserial h2 a:visited
{
    display: block;
	color: #696a6c;
    padding: 18px 16px;
    background: transparent url(../Images/CssImg/icon_minus.gif) left 21px no-repeat;
}

.closedsubserial h2 {
    margin-top: 0;
}

.closedsubserial h2 a {
    background-image: url(../Images/CssImg/icon_plus.gif);
}

.subserial table h2 {
    background-image: none;
}

div.productslist {
    margin: 17px 0 0;
    padding-bottom: 18px;
    width: 904px;
    position: relative;
}

.subserial div.productslist {
    margin: 0;
    padding: 13px 0 14px 0;
}


.seriesinfo {
	border-bottom: 1px solid #bcbdc0;
    margin: 0 0 0 18px;
    padding: 20px 24px 32px;
    clear: left;
    width: 870px;
    float: left;
}

.seriesinfo h2 {
    color: #887d77;
    font-size: 14px;
    margin-bottom: 19px;
}

.seriesinfo h2, 
.seriesinfo p 
{
    width: 500px;
}

.withsubseries .seriesdetails {
    padding: 22px 0 0 0;
    clear: left;
}


.seriesinfo .breadcrumbs {
    margin: 0 0 18px;
    padding-left: 0;
    clear: left;
    width: 870px;
}

.seriesinfo .breadcrumbs li {
    background: transparent url(../Images/CssImg/breadcrumbs_bg.png) right 7px no-repeat;
    font-weight: normal;
    padding: 0 10px 0 0;
    margin-right: 5px;
}

.seriesinfo .breadcrumbs li.selected {
    background-image: none;
}

.seriesinfo .breadcrumbs li.selected a,
.seriesinfo .breadcrumbs li.selected a:active,
.seriesinfo .breadcrumbs li.selected a:hover,
.seriesinfo .breadcrumbs li.selected a:visited {
    color: #007BC5;
}


/*
 * Footer
 */
.start #footer {
	width: 945px;
	margin-left: 4px;
}


#footer a {
	color: #a49388;
}


#footer {
}

#footer .copy {
    width: 101px;
    text-align: right;
    float: left;
}

#footer .links {
    width: 769px;
    float: right;
}

#footer .links ul {
    float: left;
    list-style-type: none;
}

#footer .links ul li {
    float: left;
    width: 185px;
}


.debug {
    background: #ffc;
    border: 1px solid #ccc;
    padding: 17px;
    margin: 18px 0;
}

.debug h2 {
    font-size: 18px;
    line-height: 36px;
    
}
/* TextPage */
#textPage h1
{
    padding-bottom:10px;
}

#textPage .bigcarousel, #textPage .intro,#textPage .content
{
    margin-bottom:18px;
}
#textPage .intro
{
    font-weight:bold;
}
#textPage #xform
{
    margin-bottom:18px;
}

p.authors span {
    white-space: nowrap;
}

#surveyquestion {
    position: absolute;
    background-color: #282828;
    padding: 18px 37px;
    top: 350px;
    left: 0;
    font-size: 13px;
    color: #fff;
    width: 398px;
    z-index: 999;
    display: none;
    -moz-box-shadow: 1px 1px 8px #cccccc; /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 8px #cccccc; /* Saf3.0+, Chrome */
    box-shadow: 1px 1px 8px #cccccc; /* Opera 10.5, IE 9.0 */
}

#surveyquestion p {
    margin: 0 0 18px 0;
}


#surveyquestion .response_ok,
#surveyquestion .response_no {
    color: #7facab;
    font-size: 11px;
    padding-right: 9px;
    margin-right: 9px;
    background: transparent url(/ClientUI/Images/CssImg/survey_sprites.gif) right 5px no-repeat;
}

#surveyquestion .response_ok {
    background-position: right -24px;
}


#surveyquestion .surveybuttons {
    margin: 0 0 18px 0;
}


.box_shadow {
    -moz-box-shadow: 1px 1px 8px #cccccc; /* FF3.5+ */
    -webkit-box-shadow: 1px 1px 8px #cccccc; /* Saf3.0+, Chrome */
    box-shadow: 1px 1px 8px #cccccc; /* Opera 10.5, IE 9.0 */
}
  