/* Reset browser Styles */
@import url("../Commerce/Styles/BrowserReset.css");
@import url("../Commerce/Styles/ComponentClasses.css");

/* general.css */
html
{
	background:#CBCED3 url(../Images/body.gif) repeat-y scroll center top;
}
body
{
	background: #fff url(../Images/header.jpg) no-repeat top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 61.5%;
	color: #2C3F68;
	width: 962px;
	margin: 0 auto 0 auto;
	position: relative;
}
h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 100px;
	padding-left: 10px;
	letter-spacing: 2px;
}
h2
{
	font-size: 1.2em;
}
h3
{
	font-size: 1.1em;
}

.link a
{
	color: #F48E36;
	font-weight: bold;
	font-size: 1em !important;
	text-decoration: none;
}
.link a:hover
{
	color: #2C3F68;
	text-decoration: underline;
}

div.utilbutton
{
    display: block;
    clear: both;
    height: 1.3em;
    padding: 2px 0 2px 0;
    position: relative;
}

.utilbutton input
{
    border: 0;
    background: transparent none no-repeat scroll right center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
	color: #F48E36;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
	position: absolute;
	top: 0;
}

.utilbutton input:hover
{
    color: #2C3F68;
	text-decoration: underline;
}

div.rightaligned
{
    text-align: right;
    clear: both;
}

div.rightaligned input
{
    right: 5px;
    text-align: right;
    clear: both;
}

input
{
	border: 1px #696969 solid;
	padding-bottom: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	font-size: 1.2em;
}
.button,.link_button,.link_button_reversed,.link
{
	margin: 5px 5px;
}

.button input, .link_button a
{
	background: transparent url(../Images/button_blue_arrow.gif) no-repeat top left;
	color: #FFFFFF;
	border: none;
	font-size: 1.1em;
	font-weight:bold;
	text-align: left;	
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 174px;
	height: 29px;
	overflow: hidden;
	padding-left:7px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

.button_reversed input, .link_button_reversed a
{
	background: transparent url(../Images/button_yellow_arrow.gif) no-repeat top left;
	color: #2C3F68;
	border: none;
	font-size: 1.1em;
	font-weight:bold;
	text-align: right;	
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 174px;
	height: 29px;
	overflow: hidden;
	padding-right:7px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

*+html .button input,
*+html .link_button a
 /* IE fix */
{
	padding-left: 10px;
	padding-bottom: 2px;
}

*+html .button_reversed input,
*+html .link_button_reversed a
 /* IE fix */
{
	padding-right: 10px;
	padding-bottom: 2px;
}


.bbutton input
{
	height: 20px;
}
.link_button a
{
	line-height: 26px;
	padding-left: 10px;
	width: 164px;
}

.link_button_reversed a
{
  	line-height: 26px;
	padding-right: 10px;
	width: 164px;
	padding-bottom: 0;
}  

.link_button_reversed a span
{

}
.button input:hover,
.link_button a:hover
{
	background: url(../Images/button_blue_arrow_hover.gif) no-repeat top left;
	color: #2C3F68;
}
.button_reversed input:hover,
.link_button_reversed a:hover
{
	background: url(../Images/button_yellow_arrow_hover.gif) no-repeat top left;
	color: #FFFFFF;
}
.submit *
{
	font-size: 1.2em;
	font-weight:bold;
	background: none;
	border: none;
	color: #F48E36;
	padding-left: 5px;
}
img
{
	border: 0;
}

#MainWrap
{
	float: left;
	/*border-top: solid 1px #DCDCDC;*/
	width: 100%;
}
#InfoNavigation
{
	position: absolute;
	top: 15px;
	right: 10px;
}
#InfoNavigation ul
{
    width: auto;
}
#InfoNavigation a,
#InfoNavigationFooter a
{
	font-family: Verdana;
	border-left: solid 1px #2C3F68;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
#InfoNavigation .home,
#InfoNavigationFooter .home
{
	border: none;
}
#InfoNavigation a:hover,
#InfoNavigationFooter a:hover
{
	color: #FCAF6B;
}

#InfoNavigationFooter
{
    text-align: center;
    background:#2C3F68 none repeat scroll 0 0;
    width: 960px;
    position: relative;
    height: 2em;
    line-height: 2em;
    border-bottom:2px solid #FCAF6B;
}
#InfoNavigationFooter a
{
	border-left: solid 1px #FFFFFF;
}

#InfoNavigationFooter .first a
{
	border-left: medium none;
}

#breadcrumb
{
    background:#2C3F68 url(../Images/bg_nav2.gif) repeat scroll 0 0;
    border-bottom:2px solid #FCAF6B;
    color:#FFFFFF;
    display:block;
    margin-bottom:5px;
    padding:2px 0 2px 5px;
}
#breadcrumb ul 
{
	list-style: none;
	display: inline;
	padding: 0 !important;
}
#breadcrumb ul li
{
	display: inline;
}
#breadcrumb ul li a
{
	color: #FFFFFF;
}
#breadcrumb ul li span
{
	margin: 0 5px;
}
#breadcrumb .active a
{
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
}
#MainNavigation
{
	float: left;
	width: 155px;
}
#MainNavigation h2 a
{
	display: block;
	background: #2C3F68 url(../Images/logo.gif) no-repeat;
	margin: 6px 8px 0px 6px;
	text-indent: -999px;
	height: 61px;
	border: #CBCED4 1px solid;
	border-bottom: none;
}
#MainNavigation a.toHome
{
	display: block;
	background: #F5F5F5 url(../Images/toHomeBg.gif) center top no-repeat;
	margin: 0px 8px 6px 6px;
	border: #CBCED4 1px solid;
	border-top: none;
	border-bottom: #2C3F68 solid 2px;
	padding-top: 100px;
	padding-bottom: 3px;
	text-align: center;
	color: #65738E;
	text-decoration: none;
}
#MainNavigation a.toHome:hover
{
	color: #2C3F68;
	text-decoration: underline;
}
#CategoryNavigation
{
	font-family: Arial, Helvetica, sans-serif;
	background: #F5F5F5;
	margin: 0px 8px 0px 6px;
	border: #CBCED4 1px solid;
	border-top: #FCAF6B solid 2px;
	border-bottom: none;
}
#CategoryNavigation ul
{
	padding: 15px 0px 15px 5px;
}
#CategoryNavigation h3 a
{
	display: block;
	background: #2C3F68;
	color: #fff;
	text-decoration: none;
	border-bottom: #FCAF6B solid 2px;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	font-size: 1em;
}

#CategoryNavigation ul
{
	list-style: none;
}
#CategoryNavigation ul ul
{
	padding: 0px;
	padding-left: 6px;
}
#CategoryNavigation li a
{
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	line-height: 1.4em;
	padding-left: 10px;
}
#CategoryNavigation .active a
{
	background: #65738E;
	color: #fff;
	font-weight: bold;
}
#CategoryNavigation .active .active a,
#CategoryNavigation .active .active a:hover
{
	background: none;
	color: #65738E;
	font-weight: bold;
}
#CategoryNavigation .inactive a,
#CategoryNavigation .active .inactive a
{
	background: none;
	color: #65738E;
	font-weight: normal;
}
#CategoryNavigation .inactive a:hover,
#CategoryNavigation .active .inactive a:hover
{
	color: #2C3F68;
	text-decoration: underline;
}

#SubCategoryNavigation
{
	border-bottom: 1px solid #DCDCDC;
	margin: 5px 10px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 1em;
}

#SubCategoryNavigation ul
{
	padding-left: 0 !important;
}

#SubCategoryNavigation a
{
	font-size: 1em;
	color: #65738E;
	text-decoration: none;
	padding:5px 10px;
}
#SubCategoryNavigation .active a
{
	font-weight: bold;
}
#SubCategoryNavigation a:hover
{
	text-decoration: underline;
	color: #2C3F68;
}

#ContentWrap
{
	float: left;
	width: 67%;
}
#Content
{
	padding: 1px 0 1em 6px;
}
#Content h2
{
	font-family: Palatino;
	font-size: 1.6em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	color: #880B0B;
	margin-top: 10px;
	margin-bottom: 30px;
}
#back
{
	float: right;
}
#back a
{
	padding-right: 0;
}
#Content ol,
#Content ul
{
	padding-left: 25px;
	margin-bottom: 1px;
}

#Content p
{
	margin: 1em 0em;
}

#Content p, #Content ul, #Content ol
{
	font-size: 1.15em;
}

#Utility
{
	float: right;
	width: 16%;
	margin-left:-5px; /* IE miscalculate %, this fixes it */
}
#profile_login,
#MostPopulair
{
	background: #F5F5F5;
	margin: 8px 8px 8px 6px;
	border: #CBCED4 1px solid;
}
#profile_login h2,
#MostPopulair h2
{
	background: #2C3F68;
	color: #fff;
	border-bottom: #FCAF6B solid 2px;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}


#MostPopulair ul li.utility_item a
{
    color: #65738E;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 2px 0 2px 0;
    border-bottom: solid 1px #cccccc;
    /*text-transform: lowercase;*/
}

#MostPopulair .utility_item a:hover
{
    color: #2C3F68;
    background-color: #cccccc;
}

#MostPopulair ul
{
    padding: 0 4px 5px 4px;
    color: #2C3F68;
    list-style-type: none;
    font-family:Arial,Helvetica,sans-serif;
}


#profile_login .input,#profile_login .button
{
	text-align: center;
}
#profile_login .input input
{
	width: 91%;
}
#profile_login .link
{
	text-align: right;
}

#profile_login .utilbutton input
{
    font-size: 1em;
}

#profile_login .login_id
{
	text-align: center;
}
#profile_login .button, .link
{
	margin: 2px 7px 5px 5px;
}

#MiniCart
{
	/*background: url(../Images/shopping_cart.gif) no-repeat 115px;*/
	background-color:#F5F5F5;
	margin: 0 8px 8px 6px;
	border: #CBCED4 1px solid;
}

#MiniCart h2
{
	display: block;
	background: #2C3F68 url(../Images/minicart.gif) no-repeat 120px 2px;
	color: #fff;
	text-decoration: none;
	border-bottom: #FCAF6B solid 2px;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#MiniCart .link
{
	text-align:right;
}
#search
{
	background: #FCAF6B url(../Images/searchboxbg.gif) repeat-x bottom left;
	margin: 0 8px 8px 6px;
	border: #CBCED4 0px solid;
	height: 46px;
}
#search h2
{
	display: block;
	background: #2C3F68;
	color: #fff;
	text-decoration: none;
	border-bottom: #FCAF6B solid 2px;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#search .input
{
	text-align: center;
}
#search .input input
{
	width: 91%;
	margin-top: 6px;
}
#search .utilbutton input
{
    color: #2C3F68;
}

#Newsletter input
{
	width: 200px;
}
#Newsletter span
{
    padding-right: 10px;
}

#Banner
{
	margin: 8px 8px 8px 6px;
}
ul#LanList
{
    list-style-type: none;
    position: absolute;
    width: 140px; 
    height: 15px;
    margin: 0;
    padding: 0;
    top: 93px;
    right: 7px;
}

li#LanNL
{
    position: absolute;
    top: 1px;
    right: 118px;
    width: 22px;
    height: 15px;
    background: url(../Images/flag_nl_hover.gif) no-repeat;
}
    
li#LanUK
{
    position: absolute;
    top: 1px;
    right: 79px;
    width: 22px;
    height: 15px;
    background: url(../Images/flag_uk.gif) no-repeat;
}

li#LanDE
{
    position: absolute;
    top: 1px;
    right: 39px;
    width: 22px;
    height: 15px;
    background: url(../Images/flag_de.gif) no-repeat;
}

li#LanFR
{
    position: absolute;
    top: 1px;
    right: 0px;
    width: 22px;
    height: 15px;
    background: url(../Images/flag_fr.gif) no-repeat;
}

ul#LanList a
{
    display: block;
    width: 22px;
    height: 15px;
    text-indent: -9999px;
    text-decoration: none;
    overflow: hidden;
}

li#LanNL a:hover
{
    background: url(../Images/flag_nl_hover.gif) no-repeat;
}

li#LanUK a:hover
{
    background: url(../Images/flag_uk_hover.gif) no-repeat;
}

li#LanDE a:hover
{
    background: url(../Images/flag_de_hover.gif) no-repeat;
}

li#LanFR a:hover
{
    background: url(../Images/flag_fr_hover.gif) no-repeat;
}
LABEL.error INPUT,LABEL.error SELECT
{
	border: solid 1px #000000;
	border-color: #b9242e;
}

#TopCategoryNavigation
{
	background: #FCAF6B url(../Images/bg_nav.gif) repeat scroll 0 0;
	margin: 0px 8px 0px 6px;
	border: #CBCED4 1px solid;
	border-top: #2C3F68 thin 1px;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	padding:1px;
	
}
.horizontalList li a
{
	display:inline !important;
	font-size:1.3em !important;
	padding-left:15px !important;
	padding-right:15px;
	color: #2C3F68 !important;
	text-decoration: none;
}
.horizontalList li a:hover
{
	font-weight:bold;
}
.horizontalList li
{
	display: inline !important;
	border-right:1px solid #ffcd98;
}

.horizontalList .last
{
	border-right:none !important;
}


.horizontalList ul {
padding:0 !important;
margin-bottom:2px !important;
}

.horizontalList .active a {
background:none !important;
color:#fff !important;
font-weight:bold !important;

}

P.hide_error
{
	display: none;

}
P.show_error
{
	display: block;
	color: #b9242e;
	font-size: 1.1em;
	height: 2em;
}
