html
{
    background: #f7f7f7 url(../images/bg-watermark.png) no-repeat center top;
}

body
{
	position: relative;
	margin: 0 auto;
	width: 984px;
}

#title
{
    position: relative;
    height: 65px;
	margin: 0;
	padding: 50px 10px 10px 10px;
	background: transparent url(../images/frame-top.png) no-repeat center bottom;
}

#title a
{
    position: absolute;
    bottom: 10px;
    left: 15px;
}

#content
{
	background: #f7f7f7 url(../images/frame-slice.png) repeat-y center top;
	padding: 8px 12px;
	overflow: hidden;
	-height: 1px;
	-overflow: visible;
}

#statics
{
	position: absolute;
	top: 98px;
	right: 6px;
	z-index: 1;
}

#statics li
{
	float: left;
	margin-left: 15px;
	list-style-type: none;
}

#statics li a
{
    display: block;
    margin-top: 3px;
	font-size: 90%;
	font-weight: bold;
	text-transform: lowercase;
	color: silver;
}

#statics li a:hover
{
    color: #666;
}

#categories
{
	float: left;
	width: 196px;
}

#categories h2
{
	display: block;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 125%;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

#categories ul
{
	list-style-type: none;
}

#categories li
{
	cursor: pointer;
	font-size: 110%;
	margin: 5px 0;
	-float: left;
	-width: 193px;
}

#categories li a
{
	width: 186px; /* IE7 */
	display: block;
	padding: 4px 5px;
	text-transform: uppercase;
	background-color: #fff;
	color: #666;
}

#categories li.selected a, #categories li.selected a:hover
{
	background-color: transparent;
	color: #fff;
	-filter: none;
	-moz-opacity: 1;
	opacity: 1;
}

#categories li a:hover
{
	color: #333;
	-filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#main
{
    float: left;
    width: 560px;
	position: relative;
	margin: 0 0 0 24px;
	min-height: 650px;
}

#footer
{
	clear: both;
	padding: 10px;
	background: #f7f7f7 url(../images/frame-bottom.png) no-repeat center top;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	color: silver;
}

#customer, #basket
{
	float: right;
	width: 155px;
	margin: 0 0 2em 0;
}

#customer h2, #basket h2
{
	height: 18px;
	margin: 0 0 5px 0;
	padding: 6px;
	font-size: 125%;
	font-weight: normal;
	text-transform: uppercase;
}

#basket p
{
    position: relative;
    margin: .75em 0;
}

#basket p .data
{
    position: absolute;
    right: 0;
}

#basket a
{
    font-weight: bold;
}

#customer p.text
{
    position: relative;
    margin: 7px 0;
    padding: 2px 0;
}

#customer p.text input
{
    width: 110px;
    position: absolute;
    right: 0;
    top: 0;
}

#customer p.submit
{
    text-align: right;
}

#customer p.submit input
{
    width: 55px;
    font-size: 90%;
}

#customer a
{
    color: #000;
}

#customer ul
{
    margin: .5em 0 0 0;
    list-style-type: square;
}

#customer ul li
{
    margin: .5em 0 0 1.2em;
}

h1, h2
{
	font-size: 180%;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
}

h2
{
	margin-top: 1em;
}

a
{
    color: #36c;
}

a:hover
{
    color: #39f;
}

.static p
{
	margin: 1em 0;
	line-height: 1.6;
}

.static li
{
	margin-left: 2em;
}

.static h2
{
  clear: right;
  margin-top: 1.5em;
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
  font-size: 120%;
  font-weight: bold;
  text-transform: none;
}

.static h2 a
{
  color: black;
}

.static img
{
  float: right;
  margin: 0 0 2em 2em;
}

.flash-ok, .flash-warning, .flash-error
{
	margin-bottom: 15px;
	padding: 8px 8px 8px 30px;
	border-width: 1px;
	border-style: solid;
}

.flash-ok
{
	border-color: #3c3;
	background: #efe url(../images/flash-ok.png) no-repeat 7px 7px;
}

.flash-warning
{
	border-color: #ee3;
	background: #ffc url(../images/flash-warning.png) no-repeat 7px 7px;
}

.flash-error
{
	border-color: #c66;
	background: #fee url(../images/flash-error.png) no-repeat 7px 7px;
}

.form
{
    margin: 1em 0;
	padding: 0 .75em;
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
}

.form p
{
	margin: .75em 0;
}

ul.books
{
	margin-top: 1em;
	overflow: hidden;
	list-style-type: none;
	-position: relative;
	-height: 1px;
	-overflow: visible;
}

ul.books li
{
    position: relative;
	float: left;
	width: 146px;
	height: 300px;
	padding: 0 20px;
	text-align: center;
}

ul.books strong
{
    width: 146px;
    position: absolute;
    bottom: 246px;
}

ul.books img
{
    position: absolute;
    top: 60px;
    left: 28px;
    border: 2px solid #e6e6e6 !important;
}

ul.books .sec
{
    display: block;
    width: 90px;
	position: absolute;
	bottom: 17px;
	left: 48px;
}

ul.books .price
{
    display: block;
    width: 90px;
	position: absolute;
	bottom: 0;
	left: 48px;
}

.sec input
{
	width: 100%;
	padding: 5px 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	border-width: 0;
}

h1.product *
{
    float: right;
    clear: right;
}

h1.product img
{
    margin: 15px 0 0 0;
    border: 1px solid #e6e6e6 !important;
}

h1.product .sec
{
    display: block;
	width: 90px;
	margin: 10px 21px 0 0;
}

dl.facts
{
    width: 395px;
    margin: 33px 0;
	padding: .75em;
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
	line-height: 1.8;
	overflow: hidden;
	-height: 1px;
	-overflow: auto;
}

dl.facts dt
{
    float: left;
    clear: left;
    width: 100px;
    font-weight: bold;
    color: #333;
}

dl.facts dd
{
    float: right;
    width: 275px;
}

ul.tabstrip
{
    clear: both;
    height: 2em;
    padding: 1em 0 0 0;
    border-bottom: 1px dotted #c0c0c0;
    list-style-type: none;
}

ul.tabstrip li
{
    float: left;
}

ul.tabstrip li a
{
    margin: 0 2.5em 0 0;
    font-size: 120%;
    text-transform: uppercase;
    color: #333;
}

ul.tabstrip li a:hover
{
    color: #69f;
}

ol.progress
{
	height: 30px;
	margin-bottom: 1em;
    list-style-position: inside;
}

ol.progress li
{
    float: left;
    font-size: 90%;
    margin: 8px 18px;
}

ol.progress li.current
{
    font-weight: bold;
}

ol.progress li a
{
    color: #fff;
}

table.grid
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
}

table.grid th
{
    padding: 8px;
    border-width: 0;
    text-align: left;
}

table.grid td
{
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
}

table.grid td.option
{
    white-space: nowrap;
}

/*
#ShoppingBasket
{
    background: #EAEEF4;
    font-size: 12px;
    padding: 2px 10px 2px 10px;
    border-right: 1px solid #C3CCDD;
    border-left: 1px solid #C3CCDD;
    border-bottom: 1px solid #C3CCDD;
}

#ShoppingBasket .Blue
{
    color: #355892;
    font-weight: bold;
}

#ShoppingBasket A
{
    text-decoration: none;
    color: #355892;
    font-weight: bold;
    float: right;
}

#ShoppingBasket A:Hover
{
    color: black;
}




.ProductDetailsText
{
    font-size: 11px;
    margin: 2px 0 15px 0;
    background-color: #f9fcfe;
    background: url(../Gfx/Global/ArticleBackground.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 10px;
    border: 1px solid #D8DEEA;
}

.ProductDetailsText P, .ProductDetailsText LI
{
    font-size: 11px;
}

#ProductRelations A
{
    display: block;
    color: #355892;
    font-size: 11px;
    text-decoration: none;
    line-height: 20px;
}

#ProductRelations A:Hover
{
    background-color: #EAEEF4;
}

p.Step1, p.Step2, p.Step3, p.Step4, p.Step5, p.Step6, p.StepGo
{
	margin: 0 0 !important;
	padding: 8px 0 8px 40px;
	background-position: left 12px;
	background-repeat: no-repeat;
}

p.Step1
{
	background-image: url(../Gfx/Global/Numbering/1.png);
}

p.Step2
{
	background-image: url(../Gfx/Global/Numbering/2.png);
}

p.Step3
{
	background-image: url(../Gfx/Global/Numbering/3.png);
}

p.Step4
{
	background-image: url(../Gfx/Global/Numbering/4.png);
}

p.Step5
{
	background-image: url(../Gfx/Global/Numbering/5.png);
}

p.Step6
{
	background-image: url(../Gfx/Global/Numbering/6.png);
}

p.StepGo
{
	background-image: url(../Gfx/Global/Numbering/Go.png);
}

input.DownloadButton
{
	margin-top: 10px;
}

.Label
{
	display: block;
	font-style: italic;
}

div.Warning
{
    margin: 10px 0 10px 40px;
    padding: 10px 0;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}


SPAN.LoginError
{
    display: block;
    border: 1px solid red;
    color: Red;
    font-weight: Bold;
    padding: 5px;
    font-size: 11px;
}

.OrderingProcess
{
    width: 516px;
    height: 21px;
    border: 1px solid #C3CCDD;
    background: #EAEEF4;
    margin-bottom: 25px;
}

.OrderingProcess A, .OrderingProcess A:Hover, .OrderingProcess A:Visited
{
    text-align: center;
    font-size: 10px;
    display: block;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    color: black !important;
    border: 1px solid #EAEEF4;
    padding: 2px 15px 2px 16px;
}

.OrderingProcess A.Current
{
    background: #C3CCDD;
}

.ProgressBarOuter
{
    height: 21px;
    border: 1px solid #C3CCDD;
    background: #EAEEF4;
}

.ProgressBarInner
{
    background: #C3CCDD;
    height: 19px;
    font-size: 1px;
    border: 1px solid #EAEEF4;
}

.ProgressBarText
{
    font-size: 11px;
    font-weight: bold;
    color: #355892;
    text-align: center;
    margin: -19px 0 15px 0;
}

.ProgressBarText TD
{
    text-align: center;
}

.BoxLayout
{
    float: left;
    width: 250px;
}

.ClearFloat
{
    clear: both;
    border: 1px solid #C3CCDD;
}

TABLE.ShoppingBasket
{
    width: 100%;
}

.SmallText
{
    font-size: 10px;
}

.Survey
{
    height: 350px;
    border: 1px solid #C3CCDD;
    overflow: auto;
    padding: 8px;
    margin-bottom: 10px;
}

.Survey .Question
{
    margin-bottom: 20px;
    font-size: 11px;
}

.Survey SELECT
{
    background-color: #EAEEF4 !important;
}

.Survey TEXTAREA
{
    width: 400px !important;
    height: 50px !important;
}

.Survey .RatingMin, .Survey .RatingMid, .Survey .RatingMax
{
    font-size: 10px;
    text-transform: uppercase;
    width: 455px;
}

.Survey .RatingMid
{
    text-align: center;
    margin-top: -15px;
}

.Survey .RatingMax
{
    text-align: right;
    margin-top: -15px;
}

.Survey .RatingScale
{
    background-color: #EAEEF4;
    border: 1px solid #C3CCDD;
    width: 455px;
}

.Survey .RatingScale TD
{
    text-align: center;
    padding: 1px 0 0 0 !important;
}

#TextContainer .Advertisement
{
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.ProductPlacementAlt1, .ProductPlacementAlt2
{
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #D8DEEA;
	cursor: pointer;
	min-height: 100px;
}

* html .ProductPlacementAlt1, * html .ProductPlacementAlt2
{
	height: 100px;
}

.ProductPlacementAlt2
{
	background-color: #F9FCFE;
}

.ProductPlacementAlt1 h2 a, .ProductPlacementAlt2 h2 a
{
	font-size: 11px;
	text-decoration: none;
}

.ProductPlacementAlt1 img, .ProductPlacementAlt2 img
{
	float: right;
	margin-left: 15px;
}
*/

.sec
{
	background: #4F7A9D url(../images/gradient-b.png) repeat-x left top;
	color: #fff;
}
