﻿/* Global */

body
{
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
    background-image: url('images/bg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
	font: 10pt Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
    text-align: center; /* Hack to center the wrapper in IE5.x pc */
	min-width: 1000px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	overflow: auto;
}

p
{
    margin-top: 0px;
}

a
{
    color: #932645;
}

a:hover
{
    color: #6a7e63;
}

.red
{
	color: #932645;
}

.green
{
	color: #6a7e63;
}

/* Headers */

.header
{
    text-align: left;
}

.whiteareaHeader
{
    text-align: center;
}

.whiteareaHeader h2
{
    margin-top: 0px;
}

h1
{
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    color: #932645;
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom: dotted 2px #932645;
}

h2
{
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    color: #6a7e63;
    margin-top: 10px;
    margin-bottom: 0px;
}

h2.whiteareaHeader
{
    margin-top: 0px;
}

/* Article */

.article .manchet
{
    margin-top: 0px;
    margin-bottom: 10px;
}

.article .manchet .info
{
    float: left;
    font-style: italic;
    background-color: #eeeedd;
    border: solid 1px #ddddcc;
    padding: 2px;
    margin-top: 15px;
    margin-right: 5px;
    width: 200px;
    overflow: hidden;
}

.article .manchet .teaser
{
    color: #6a7e63;
    font-size: 10pt;
    font-weight: bold;
}

.article .articleText
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    margin: 0px;
    padding-top: 5px;
    clear: right;
}

/* Master Template */

#Wrapper
{
	width: 1002px;/*sets the width for IE5.x's broken box model*/
	w\idth: 1000px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
    margin-left: auto;
    margin-right: auto;
    position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}

#Wrapper #UserLabel
{
    width: 100%;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
    color: #6a7e63;
    padding-top: 3px;
}

#Wrapper.checkout
{
	width: 502px;/*sets the width for IE5.x's broken box model*/
	w\idth: 500px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
    margin-left: auto;
    margin-right: auto;
    position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}

#TopArea
{
    float: left;
    width: 100%;
    height: 177px;
    overflow: hidden;
}

#TopArea.checkout
{
	float: left;
	width: 100%;
	height: 73px;
}

#LeftArea
{
    float: left;
    width: 262px;
}

#ContentArea
{
    float: left;
    width: 493px;
    height: auto;
}

#RightArea
{
    float: right;
    width: 245px;
}

/* Top */

#TopBarL
{
	display: inline;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('images/TopBarL.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 260px;
    height: 97px;
}

#TopBarL A
{
    width: 260px;
    height: 97px;
}

#TopBarLSpacer
{
	display: inline;
	position: absolute;
	top: 0px;
    left: 260px;
    background-image: url('images/TopBarLSpacer.gif');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    width: 180px;
    height: 97px;
}

#TopBarCart
{
	display: inline;
	position: absolute;
	top: 0px;
    left: 440px;
    background-image: url('images/TopBarCart.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 61px;
    height: 97px;
}

#TopBarRSpacer
{
	display: inline;
	position: absolute;
	top: 0px;
    left: 501px;
    background-image: url('images/TopBarRSpacer.gif');
    background-position: 0px 0px;
    background-repeat: repeat-x;
    width: 150px;
    height: 97px;
}

#TopBarRSpacer #TopBarCartModule
{
	position: relative;
    margin-left: 0px;
    margin-top: 70px;
    width: 485px;
    overflow: visible;
}

#TopBarRSpacer #TopBarCartModule #MiniCartModule_LeftText
{
	float: left;
	font-weight: bold;
	color: #932645;
}

#TopBarRSpacer #TopBarCartModule #MiniCartModule_RighText
{
	float: right;
	font-weight: bold;
	color: #6a7e63;
}

#TopBarR
{
	display: inline;
    position: absolute;
	top: 0px;
    left: 651px;
    background-image: url('images/TopBarR.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 350px;
    height: 97px;
    z-index: -1;
}

#ToolBarUpperL
{
    position: absolute;
	top: 103px;
    left: 0px;
    background-image: url('images/ToolBarL.gif');
    background-position: left;
    background-repeat: no-repeat;
    width: 19px;
    height: 51px;
    padding-left: 10px;
}

#Wrapper.checkout #ToolBarUpperL
{
	top: 0px;
}

#ToolBarUpperM
{
	position: absolute;
	top: 103px;
    left: 19px;
    background-image: url('images/ToolBarM.gif');
    background-position: center;
    background-repeat: repeat-x;
    width: 967px;
    height: 51px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #6a7e63;
}

#Wrapper.checkout #ToolBarUpperM
{
	top: 0px;
	width: 466px;
}

#ToolBarUpperM #LanguageSwitch
{
	float: left;
	padding-top: 18px;
}

#ToolBarUpperM #CurrencySwitch
{
    float: left;
    padding-top: 16px;
    padding-left: 50px;
}

#Wrapper.checkout #ToolBarUpperM #CurrencySwitch
{
	padding-left: 20px;
}

#ToolBarUpperM #CurrencySwitch A
{
	font-weight: bold;
	font-size: 11pt;
	color: #6a7e63;
}

#ToolBarUpperM #CurrencySwitch A.Selected
{
	font-weight: bold;
	color: #932645;
}

#ToolBarUpperM #ToolBarProfile
{
	float: right;
	padding-top: 16px;
    font-weight: bold;
	font-size: 11pt;
	color: #6a7e63;
}

#ToolBarUpperR
{
	position: absolute;
	top: 103px;
    left: 986px;
    background-image: url('images/ToolBarR.gif');
    background-position: right;
    background-repeat: no-repeat;
    width: 15px;
    height: 51px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #932645;
}

#Wrapper.checkout #ToolBarUpperR
{
	top: 0px;
	left: 485px;
}

#ToolBarLowerL
{
    position: absolute;
	top: 154px;
    left: 0px;
    width: 424px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: middle;
    color: #000;
}

#Wrapper.checkout #ToolBarLowerL
{
	top: 55px;
}

#ToolBarLowerR
{
    position: absolute;
	top: 154px;
    left: 424px;
    width: 243px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-right: 10px;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: middle;
    color: #6a7e63;
}

#Wrapper.checkout #ToolBarLowerR
{
	top: 55px;
}

/* Left and Right Boxes */

#LeftArea .Box
{
    margin-top: 0px;
}
#LeftArea .Box .Header
{
    background-image: url('images/LeftT.gif');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: text-bottom;
    width: 100%;
    height: 46px;
    padding-top: 16px;
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    color: #932645;
}
#LeftArea .Box .Header A
{
    color: #932645;
}

#LeftArea .Box .Body
{
    background-image: url('images/LeftM.gif');
    background-position: center bottom;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
#LeftArea .Box .Body .Content
{
    padding-left: 10px;
    padding-right: 10px;
}

#LeftArea .Box .Bottom
{
    background-image: url('images/LeftB.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
}

#RightArea .Box
{
    margin-top: 0px;
}
#RightArea .Box .Header
{
    background-image: url('images/RightT.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: text-bottom;
    width: 100%;
    height: 46px;
    padding-top: 15px;
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    color: #932645;
}
#RightArea .Box .Header A
{
    color: #932645;
}
#RightArea .Box .Body
{
    background-image: url('images/RightM.gif');
    background-position: center bottom;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
#RightArea .Box .Body .Content
{
    padding-left: 10px;
    padding-right: 10px;
}

#RightArea .Box .Bottom
{
    background-image: url('images/RightB.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
}

/* Middle Box */

#ContentArea .middletop
{
    background-image: url('images/MiddleT.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    padding-top: 5px;
}

#ContentArea .middlebody
{
    background-image: url('images/MiddleM.gif');
    background-position: left bottom;
    background-repeat: repeat-y;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#ContentArea .middlebottom
{
    background-image: url('images/MiddleB.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 21px;
}

/* Inner Boxes */

#ContentArea .whitearea .top
{
    background-image: url('images/WhiteboxT.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

#ContentArea .whitearea .body
{
    overflow: auto;
    background-image: url('images/WhiteboxM.gif');
    background-position: center top;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
}

#ContentArea .whitearea .bottom
{
    background-image: url('images/WhiteboxB.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

#ContentArea .highbox .top
{
    background-image: url('images/HighBoxT.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 11px;
}

#ContentArea .highbox .body
{
    background-image: url('images/HighBoxM.gif');
    background-position: center top;
    background-repeat: repeat-y;
    width: 100%;
    height: auto;
}

#ContentArea .highbox .bottom
{
    background-image: url('images/HighBoxB.gif');
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 11px;
}

#ContentArea .navigationbar .top
{
    background-image: url('images/WhiteboxT.gif');
    background-position: left;
    background-repeat: no-repeat;
    width: 473px;
    height: 20px;
}

#ContentArea .navigationbar .body
{
	position: relative;
	overflow: visible;
	height: 0px;
	top: -10px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #932645;
}

#ContentArea .navigationbar .bottom
{
    background-image: url('images/WhiteboxB.gif');
    background-position: left;
    background-repeat: no-repeat;
    width: 473px;
    height: 20px;
}

#FooterArea
{
    clear: both;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

/* Frontpage */

#Frontpage 
{
    padding-bottom: 10px;
}
#Frontpage .container
{
    text-align: center;
    min-width: 377px;
}
#Frontpage .container .content
{
    margin-left: auto;
    margin-right: auto;
    width: 377px;
    text-align: left;
}
#Frontpage .content .link
{
    font-weight: bold;
}
#Frontpage .content .description
{
    color: #6a7e63;
}

/* Profile Box */
/*
#ProfileBox .LoggedInArea .LoggedInMessage
{
    color: #6a7e63;
    font-weight: bold;
}

#ProfileBox .LoggedInArea SPAN
{
    color: #6a7e63;
}

#ProfileBox .LoggedInArea A
{
    color: #6a7e63;
}

#ProfileBox .LoggedInArea A:hover
{
    color: #932645;
}
*/

/* Search Box */

#SearchBox INPUT[type="text"]
{
	margin-top: 8px;
	margin-left: 8px;
}

#SearchBox INPUT[type="image"]
{
	margin-top: -10px;
	*margin-top: -0px; /* Target: IE 7+ */
}

/* Notice Board Box */

#NoticeBoard .element
{
    margin-bottom: 10px;
}

#NoticeBoard .element .title A
{
    color: #6a7e63;
    font-weight: bold;
}

/* Product List */

.productListItem
{
    height: 150px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.productListItem .topPart
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.productListItem .topPart .productname
{
    float: left;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #932645;
    text-decoration: underline;
    cursor: pointer;
}

.productListItem .topPart .searchScore
{
    float: right;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #932645;
    text-decoration: none;
}

.productListItem .productimage
{
    float: left;
    padding-right: 0px;
}

.productListItem .leftPart
{

    float:left;
    width: 65%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.productListItem .leftPart .content
{
    padding-top: 20px;
}

.productListItem .leftPart .content .contentLeftPart
{
    float: left;
    color: #6a7e63;
    font-weight: bold;
    padding-right: 5px;
}

.productListItem .leftPart .content .contentRightPart
{
	
}

.productListItem .leftPart .content .contentRightPart .stockstatuslabelGreen
{
    background: url('images/add.gif') no-repeat left;
    padding-left: 20px;
}

.productListItem .leftPart .content .contentRightPart .stockstatuslabelRed
{
    background: url('images/delete.gif') no-repeat left;
    padding-left: 20px;
}

.productListItem .rightPart
{
    float: right;
    width: 150px;
    height: 100%;
    top: 20px;
    padding-top: 20px;
    padding-right: 5px;
    overflow: visible;
}

.productListItem .rightPart .priceLabel
{
    float: right;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

.productListItem .rightPart .taxExclLabel
{
    float: right;
    font-family: Arial;
    font-weight: bold;
    color: #932645;
    text-align: right;
}

.productListItem .rightPart .add2CartPart
{
    font-weight: bold;
    color: #000000;
    text-align: right;
    clear: right;
    padding-top: 15px;
}
.productListItem .rightPart .add2CartPart .add2CartLabel
{
    position: relative;
    top: -10px;
}

.productListItem .rightPart .add2CartPart .add2CartQty
{
    position: relative;
    top: -10px;
}

.productListItem .rightPart .add2CartPart .add2CartButton
{
	
}

/* Article List */

.articleListItem
{
    height: 150px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.articleListItem .topPart
{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 98%;
    display: block;
}

.articleListItem .topPart .title
{
    float: left;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #932645;
    text-decoration: underline;
}

.articleListItem .topPart .score
{
    float: right;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #932645;
    text-decoration: none;
}

.articleListItem .contentPart
{
    padding-left: 5px;
    padding-right: 5px;
}

.articleListItem .contentPart .description
{
    color: #6a7e63;
    text-decoration: none;
    text-align: justify;
}

/* Product Details */

#ProductGeneral
{
    width: 100%;
    margin-bottom: 10px;
}

#ProductGeneral .header
{
    padding-bottom: 5px;
}

#ProductGeneral .leftArea
{
    float: left;
    width: 220px;
    height: 350px;
    line-height: 350px; 
    text-align: center;
    vertical-align: middle;
}

#ProductGeneral .rightArea
{
    float: right;
}

#ProductOverview
{
    width: 100%;
}

#ProductOverview .leftArea
{
    float: left;
    width: 300px;
}

#ProductOverview .rightArea
{
    float: right;
    width: 140px;
}

#ProductOverview .bottomArea
{
    width: 100%;
}

#readyToBuy
{
    width: 210px;
}

#readyToBuy .body
{
	
}

#readyToBuy #rtbHeader1
{
	width: 190px;
	height: 40px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
    margin-left: 7px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #932645;
    background-image: url('images/info_icon_32.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#readyToBuy #rtbBody1
{
    height: 50px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#readyToBuy #rtbBody1 #prodInfo SPAN
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #6a7e63;
}

#readyToBuy #rtbBody1 #prodInfo .valueText
{
    text-align: right;
}

#readyToBuy #rtbHeader2
{
	width: 190px;
	height: 40px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
    margin-left: 7px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #932645;
    background-image: url('images/cart_icon_32.gif');
    background-position: left;
    background-repeat: no-repeat;
}

#readyToBuy #rtbBody2
{
	width: 190px;
    height: 130px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

#readyToBuy #rtbBody2 #stockInfo
{
	padding-bottom: 10px;
}

#readyToBuy #rtbBody2 #stockInfo .valueText
{
    text-align: right;
    font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #6a7e63;
}

#readyToBuy #rtbBody2 #stockInfo .stockstatuslabelGreen
{
    background: url('images/add.gif') no-repeat left;
    padding-left: 20px;
}

#readyToBuy #rtbBody2 #stockInfo .stockstatuslabelRed
{
    background: url('images/delete.gif') no-repeat left;
    padding-left: 20px;
}

#readyToBuy #rtbBody2 #prodPrices .taxExcl
{
    font-weight: bold;
    color: #932645;
    text-align: center;
    padding-top: 10px;
}

#readyToBuy #rtbAddToCart
{
	height: 25px;
    padding-top: 0px;
    display: block;
}

#readyToBuy #rtbAddToCart #prodQty
{
	display: inline;
    padding-left: 10px;
}

#readyToBuy #rtbAddToCart #prodButton
{
	display: inline;
    padding-left: 5px;
    text-decoration: underline;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #932645;
}

/* Product Box */

#RelatedProducts
{
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 10px;
    text-align: center;
}
#RelatedProducts H2
{
    padding-bottom: 5px;
}

.ProductBox
{
    float: left;
    background-image: url('images/Productbox.gif');
    background-repeat: no-repeat;
    width: 140px;
    height: 210px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 13px;
}

.ProductBox DIV.productheader
{
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #6a7e63;
    text-decoration: none;
    cursor: pointer;    
    padding-top: 10px;
}

.ProductBox DIV.productheader A
{
    color: #6a7e63;
}

.ProductBox DIV.productimage
{
    width: 100%;
    height: 125px;
    text-align: center;
}

.ProductBox DIV.productbuylink
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.ProductBox DIV.productbuylink A.productbuylink
{
    width: 140px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#CategoryDescriptionArea
{
    width: 100%;
}

#CategoryDescriptionArea .CategoryImage
{
    float: left;
    width: 200px;
}

#CategoryDescriptionArea .CategoryDescription
{
    float: right;
    color: #6a7e63;
}

#CategoryDescriptionArea .SubCategories
{
    float: left;
    width: 100%;
}

#CategoryDescriptionArea .SubCategories A
{
    color: #6a7e63;
    font-weight: bold;
}

#CategoryDescriptionArea .SubCategories A:hover
{
    color: #932645;
    font-weight: bold;
}

/* Health */

.articlelist .navigationbar
{
    text-align: center;
    letter-spacing: 1.0pt;
}
.articlelist .navigationbar .active
{
    color: #932645;
}
.articlelist .navigationbar .normal
{
    color: #6a7e63;
}

.articlelist .item
{
    padding-bottom: 10px;
}

.articlelist .item .title
{
    font-weight: bold;
    color: #932645;
}

.articlelist .item .description
{
    font-weight: normal;
    color: #6a7e63;
    text-decoration: none;
}

.article .articlelist .item .title A
{
    color: #000000;
}
.article .articlelist .item .description
{
    color: #000000;
}

.mainsubjectslist .item
{
    
}

.mainsubjectslist .item .title
{
    font-weight: bold;
    color: #932645;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
}

.mainsubjectslist .item .description
{
    font-weight: normal;
    color: #6a7e63;
    text-decoration: none;
}

.mainsubjectslist .item .subjectslist .item a
{
    font-weight: bold;
    color: #6a7e63;
}