/* CSS Document */
/* Setting Standard Tags*/
body
{
	margin: 0px 0px 0px 0px;
	background: url(./images/margin_bg.gif) repeat-x;
}

body, td,span, p, div /* font udkommenteret d. 25-03-2008 */
{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	color: #2A577D;
	font-size: 11px;
}

h1
{
	font-size: 11px; /*18*/
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

/* TABLE Tags*/
table
{
	border-collapse: collapse;
	border: 0px;
}

table.SiteMargin
{
	width: 100%;
	border-collapse: collapse;
	background: transparent;	
	border: 0px;	
}

table.SiteBackground
{
	width: 984px;
	border-collapse: collapse;
	background: url(./images/site_bg.gif) repeat-y top center;	
	border: 0px;	
}

table.SiteTable
{
	width: 912px;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	background: transparent;
}

table.FullWidth
{
	width: 100%;
	border-collapse: collapse;
	border: 0px;	
}
table.FullWidth td.Title
{
    font-size: 11px;
	height: 15px;
	font-weight: bold;
	background: url(./images/block_title_bg.jpg) no-repeat;
	text-transform: uppercase;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	text-indent: 3px;
}

/* TR Tags*/

/* TD Tags*/
td.Left
{
	text-align: left;
}

td.Center
{
	text-align: center;
}

td.Right
{
	text-align: right;
}

td.VerticalTop
{
	vertical-align:top;
}

/* SITEMAP Tags*/
td.Sitemap
{
	vertical-align:top;
	padding-right: 10px;
}

table.Sitemap
{
	width: 170px;
	text-align: left;
	padding: 2px;
	margin: 0px;
	height: 100%;
	border: 1px solid black;
}

td.SitemapInner, td.SitemapInnerSpacer
{
	padding-left: 10px;
	background: #edefdd;
	height: 15px;
}

td.SitemapInnerSpacer
{
	height: 10px;
}

/* CustomerArea BOX Tags*/
table.CustomerAreaBox
{
	width: 155px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.CustomerAreaBox td
{
	padding: 0px 0px 0px 0px;
	background: transparent;
}

table.CustomerAreaBox td.Title
{
	font-size: 11px;
	height: 15px;
	font-weight: bold;
	background: url(./images/block_title_bg.jpg) no-repeat;
	text-transform: uppercase;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	text-indent: 3px;
}

table.CustomerAreaBox td.SpacerTop
{
	height: 0px;
}

table.CustomerAreaBox td.SpacerBottom
{
	height: 0px;
}

table.CustomerAreaBox td.FieldTitle
{
	font-weight: normal;
	font-size: 11px;
	height: 14px;
}

table.CustomerAreaBox td.Spacer
{
	height: 7px;
}

table.CustomerAreaBox input.Field
{
	width: 69px;
	border: 1px solid #333333;
	height: 25px;
	padding: 5px 2px 3px 4px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

table.CustomerAreaBox td.Register
{
	height: 20px;
	width: 40%;
	text-align: left;	
	padding-left: 2px;
}

table.CustomerAreaBox td.Register input.Normal
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

table.CustomerAreaBox td.Register input.Hover
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #265073;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;	
	text-transform: uppercase;	
	text-decoration: underline;	
}

table.CustomerAreaBox td.Login
{
	height: 20px;
	text-align: right;
	width: 60%;
	padding-right: 6px;			
}

table.CustomerAreaBox td.Login input.Normal
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;	
	text-transform: uppercase;
}

table.CustomerAreaBox td.Login input.Hover
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #265073;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: right;	
	margin: 0px;
	padding: 0px;	
	text-transform: uppercase;
	text-decoration: underline;
}

table.CustomerAreaBox td.Link
{
	height: 18px;
	padding: 0px 0px 0px 0px;
}

table.CustomerAreaBox td.Link a
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

table.CustomerAreaBox td.Link a:hover
{
	color: #244E9C;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}


/* SEARCH BOX Tags*/
table.SearchBox
{
	width: 160px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: transparent;
}

table.SearchBox td
{
	padding: 0px 0px 0px 0px;
	background: transparent;
}

table.SearchBox td.Title
{
	font-size: 11px;
	height: 15px;
	font-weight: bold;
	background: url(./images/block_title_bg.jpg) no-repeat;
	text-transform: uppercase;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	text-indent: 3px;
}

table.SearchBox input.Field
{
	width: 140px;
	border: 1px solid #333333;
	height: 25px;
	padding: 5px 2px 3px 4px;
	text-transform: uppercase;
}

table.SearchBox td.Button
{
	height: 20px;
	text-align: right;
	background: transparent;
	padding-right: 20px;
}

table.SearchBox td.Button input.Normal
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;	
	text-transform: uppercase;
}

table.SearchBox td.Button input.Hover
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #265073;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: right;	
	margin: 0px;
	padding: 0px;	
	text-transform: uppercase;
	text-decoration: underline;
}

table.SearchBox td.SpacerTop
{
	height: 0px;
}

table.SearchBox td.SpacerBottom
{
	height: 0px;
}

table.SearchBox td.ItemTitle
{
	height: 15px;
	font-weight: bold;
}

table.SearchBox td.Spacer
{
	height: 7px;
}


/* STATUS BOX Tags*/
table.StatusBox
{
	width: 160px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: transparent;
}

table.StatusInnerBox
{
	width: 160px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: transparent;
}

table.StatusInnerBox td
{
	padding: 0px 0px 0px 0px;
	background: transparent;
}

table.StatusInnerBox td.Title
{
	font-size: 11px;
	height: 15px;
	font-weight: bold;
	background: url(./images/block_title_bg.jpg) no-repeat;
	text-transform: uppercase;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	text-indent: 3px;
}

table.StatusInnerBox td.SpacerTop
{
	height: 0px;
	background: transparent;
}

table.StatusInnerBox td.SpacerBottom
{
	height: 0px;
	background: transparent;
}

table.StatusInnerBox td.Spacer
{
	height: 7px;
	background: transparent;
}

table.StatusInnerBox td.StatusText
{
	padding: 0px 0px 0px 5px;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	background: transparent;
}

td.Statuslink a
{
  font-weight: bold;
}


table.StatusInnerBox td.Button
{
	height: 20px;
	text-align: right;
	background: transparent;
	padding-right: 20px;
}

table.StatusInnerBox td.Button input.Normal
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;	
	text-transform: uppercase;
}

table.StatusInnerBox td.Button input.Hover
{
	height: 15px;
	border: 0px;
	background: transparent;
	color: #265073;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	text-align: right;	
	margin: 0px;
	padding: 0px;	
	text-transform: uppercase;
	text-decoration: underline;
}

/* MENU BOX Tags*/
table.MenuBox
{
	width: 160px;
	padding: 0px;
	margin: 0px;
}

table.MenuBox td.Title
{
	font-size: 11px;
	height: 15px;
	font-weight: bold;
	background: url(./images/block_title_bg.jpg) no-repeat;
	text-transform: uppercase;
	color: #333333;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	text-indent: 3px;
}

table.MenuBoxInner
{
	width: 150px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	background: transparent;
}

table.MenuBoxInner td.Spacer
{
	height: 7px;
}

table.MenuBoxInner td.SpacerBeforeSub
{
	height: 3px;
}

table.MenuBoxInner td.SpacerAfterSub
{
	height: 3px;
}

table.MenuBoxInner td.SpacerTop
{
	height: 5px;
	background: transparent;
}

table.MenuBoxInner td.SpacerBottom
{
	height: 0px;
	background: transparent;
}

table.MenuBoxInner td.SpacerNotExpand
{
	height: 10px;
	background: transparent;
}

table.MenuBoxInner td.ItemNotExpand
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
	vertical-align: bottom;
	background: transparent;
	height: 20px;
}

table.MenuBoxInner td.Item, table.MenuBoxInner td.ItemActive
{
	padding: 0px;
}

table.MenuBoxInner td.ItemActive
{
	background: transparent;
}

table.MenuBoxInner td.Item a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

table.MenuBoxInner td.Item a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

table.MenuBoxInner td.ItemActive a, table.MenuBoxInner td.ItemActive a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

table.MenuBoxInner td.SubItem, table.MenuBoxInner td.SubItemActive
{
	background: transparent;
	padding: 2px 0px 2px 0px;
}

table.MenuBoxInner td.SubItemActive
{
	background: transparent;
	padding: 2px 0px 2px 0px;
}

table.MenuBoxInner td.SubItem a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

table.MenuBoxInner td.SubItem a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

table.MenuBoxInner td.SubItemActive a, table.MenuBoxInner td.SubItemActive a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

table.MenuBoxNotExpand
{
	width: 159px;
	padding: 0px;
	margin: 0px;
}

table.MenuBoxNotExpand td.Spacer 
{
	height: 10px;
}

table.MenuBoxNotExpand td.Title 
{
	font-size: 13pt;
	color: #EE0206;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	height: 25px;
}

table.MenuBoxNotExpand td.SubTitle 
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 5px 3px;
	height: 20px;
}
	
/* CCGW BOX Tags*/
table.CCGWLogoBox
{
	width: 185px;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;/* #e7e8c9; */
}

td.CCGWLogoBoxInner
{
	padding: 0px 0px 0px 15px;
}

table.CCGWLogoBoxInner
{
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.CCGWLogoBoxInner td
{
	padding: 0px;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
}

table.CCGWLogoBoxInner td.SpacerTop
{
	height: 0px;/* 15px; */
}

table.CCGWLogoBoxInner td.SpacerBottom
{
	height: 15px;
}

table.CCGWLogoBoxInner td.Spacer
{
	height: 13px;
}

/* News BOX Tags*/
table.NewsBox
{
	width: 185px;
	padding: 0px;
	margin: 0px;
	background: #D3E9FC;
}

table.NewsBoxInner
{
	padding: 0px;
	margin: 0px; /* 15px 0px 0px 15px; */
	background: transparent;
}

table.NewsBoxInner td.Spacer
{
	height: 10px;
	background: transparent;
}

table.NewsBoxInner td.SpacerTop
{
	height: 0px;
	background: transparent;
}

table.NewsBoxInner td.SpacerBottom
{
	height: 0px;
	background: transparent;
}

table.NewsBoxInner td.Date
{
	color: #333333;
	font-size: 11px;
	font-style: italic;
}

table.NewsBoxInner td.Title
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

table.NewsBoxInner td.Item a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

table.NewsBoxInner td.Item a:hover
{
	color: #244E9C;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}



/* Other Tags*/
img
{
	border: 0px;
}

hr
{
	height: 1px;
	color: #a6aaa9;
}

/* Standard links */
a:link, a:visited, a:active
{
	color: #265073;
	text-decoration: underline;
}

a:hover
{
	color: #C40000;
	text-decoration: underline;
}

.Error, .error, .required, .Required
{
	color: #C40000;
}

ul.error {
	color: #C40000;
}

li.error {
	list-style-type: disc;
	text-decoration: none;
	margin: 3px 0px 3px 0px;
	color: #C40000;
}

/* Form Tags */
input.Field, input.Field100, input.Field150, input.Field200, input.Field250, input.Field300, input.Field350
{
	border: 1px solid #333333;;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0px 0px 2px;
}

input.Field100
{
	width: 100px;
}

input.Field150
{
	width: 150px;
}

input.Field200
{
	width: 200px;
}

input.Field250
{
	width: 250px;
}

input.Field300
{
	width: 300px;
}

input.Field350
{
	width: 350px;
}

textarea.Field, textarea.Field250x100, textarea.Field250x200, textarea.Field300x100, textarea.Field300x200, textarea.Field350x100, textarea.Field350x200 
{
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
}

textarea.Field250x100
{
	width: 250px;
	height: 100px;
}

textarea.Field250x200
{
	width: 250px;
	height: 200px;
}

textarea.Field300x100
{
	width: 300px;
	height: 100px;
}

textarea.Field300x200
{
	width: 300px;
	height: 200px;
}

textarea.Field350x100
{
	width: 350px;
	height: 100px;
}

textarea.Field350x200
{
	width: 350px;
	height: 200px;
}

input.Button, input.ButtonBuy, input.ButtonWishlist, input.ButtonEnquire, input.ButtonBasketRemove,
input.ButtonBasketEmpty, input.ButtonBasketUpdate, input.ButtonBasketOrder
{
	border: 1px solid #333333;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	background: #D3E9FC;
	cursor: pointer;	
}

input.ButtonBuy
{
	color: #333333;
	background: #D3E9FC;
	width: 90px;
}

input.ButtonWishlist
{
	color: #333333;
	background: #D3E9FC;
	width: 90px;
}

input.ButtonEnquire
{
	color: #333333;
	background: #D3E9FC;
	width: 90px;
}

input.ButtonBasketRemove
{
	color: #333333;
	background: #D3E9FC;
	width: 20px;
	text-align: center;
}

input.ButtonBasketEmpty, input.ButtonBasketUpdate, input.ButtonBasketOrder
{
	color: #333333;
	background: #D3E9FC;
	text-align: center;
}

select.Field, select.Field100, select.Field200, select.Field300, select.Field200Multi
{
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
}

select.Field100
{
	width: 100px;
	height: 16px;
}

select.Field200
{
	width: 200px;
	height: 16px;
}

select.Field300
{
	width: 300px;
	height: 16px;
}

select.Field200Multi
{
	width: 200px;
}


/* Order history */
table.OrderHistory
{
    width: 100%;
}

table.OrderHistory td.Header
{
    font-size: 12px;
    height: 20px;
    font-weight: bold;
}

table.OrderHistory td.Title
{
    font-size: 11px;
    height: 20px;
    font-weight: bold;
    background: #0A226A;
	color: white;
}

table.OrderHistory td.ListLight
{
    font-size: 10px;
    background: transparent;
    height: 20px;
}

table.OrderHistory td.ListDark
{
    font-size: 10px;
    background: #F5EFD7;
    height: 20px;
}

table.OrderHistory td.SmallText
{
    font-size: 10px;
    background: transparent;
    height: 15px;
}

/* ---------------- FORUM MODULE ---------------- */
table.forumTable {
	border: 1px solid black;
}

td.forumTitle {
	color: black;
	font-size: 12px;
	font-weight: bold;
	background: #E7E8C9;
}

td.forumSmallBorder {
	border-top: 1px solid black;
	font-size: 10px;
}

td.forumSmall {
	font-size: 10px;
}

tr.forumRow1 {
	background: #ffffff;
}

tr.forumRow2 {
	background: #EDEEDC;
}

tr.forumRowSpacer {
	background: #8E8969;
}

td.forumQuote {
	border: 1px solid black;
	background: #DDE8D1;
}

a.forum:link, a.forum:active, a.forum:visited {
	text-decoration: underline;
	font-weight: normal;
}

a.forum:hover {
	text-decoration: none;
	font-weight: normal;
}

a.forumWhite:link, a.forumWhite:active, a.forumWhite:visited {
	text-decoration: underline;
	font-weight: bold;
}

a.forumWhite:hover {
	text-decoration: none;
	font-weight: bold;
}

a.forumTitle:link, a.forumTitle:active, a.forumTitle:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.forumTitle:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


/* ---------------- Show article page ---------------- */
table.ArticlePageBox {
	border: 0px solid gray;
}

td.ArticlePageBoxHeader {
	background: transparent;
	height: 20px;
	font-weight: bold;
	border: 0px;;
}

td.ArticlePageBoxHeader a {
	color: #244E9C;
	font-weight: bold;
	text-decoration: underline;
}

td.ArticlePageBoxHeader a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


td.ArticlePageBoxSubHeader {
	background: #F1F1E8;
	color: black;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

td.ArticlePageBoxLine {
	background: transparent;
	height: 20px;
}

td.ArticlePageBoxSpacerLine {
	background: gray;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

td.ArticlePageBoxSpacer {
	background: white;
	height: 5px;
	padding: 0px;
	margin: 0px;
}

td.ArticlePageBoxLineInStock {
	background: white;
	color: green;
	height: 22px;
}

td.ArticlePageBoxLineNotInStock {
	background: white;
	height: 22px;
	color: #C40000;
}

td.ArticlePageBoxLine span.Price
{
	font-weight: bold;
	color: #265073;
	font-size: 13pt;
}

td.ArticlePageBoxLine input.BuyNormal
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #6F777E;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

td.ArticlePageBoxLine input.BuyHover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: ##265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;	
}

td.ArticlePageBoxLine input.WishlistNormal
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #6F777E;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

td.ArticlePageBoxLine input.WishlistHover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: ##265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;	
}


/* ---------------- Basket and Reciept ---------------- */
table.Basket,
table.Basket td,
table.Basket p,
table.Reciept,
table.Reciept td,
table.Reciept p
{
	font-size: 10px;
}


/* ---------------- Breadcrumb Bar ----------------*/
span.BreadcrumbBar
{
	font-weight: bold;
	color: #2A577D;
}

span.BreadcrumbBar a:link, span.BreadcrumbBar a:visited, span.BreadcrumbBar a:active
{
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

span.BreadcrumbBar a:hover
{
	font-weight: normal;
	color: #265073;
	text-decoration: underline;
}

/* ----------------- Category page ---------------------- */
table.CategoryPage
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	background: transparent;
	width: 485px;
}

table.CategoryPage td.Banner
{
	height: 150px;
	background: transparent;
}
	
table.CategoryPage td.Banner img
{
	border: 0px;
	text-align: center;
	vertical-align: top;		
}

table.CategoryPage td.Products table.Products
{
	border: 0px;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

table.CategoryPage td.Products table.Products td.Item
{
	width: 150px;
	text-align: center;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

table.CategoryPage td.Products table.Products td.Item div.Item
{

	text-align: center;
	vertical-align: top;
	border: 1px solid #C1D3DE;
	background: transparent;
	cursor: pointer;	
	padding: 0px;
	margin: 0px;	
}

table.CategoryPage td.Products table.Products td.Item div.ItemLinks
{

	text-align: center;
	vertical-align: middle;
	border: 0px;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

table.CategoryPage td.Products table.Products td.ItemEmpty
{
	width: 150px;
	text-align: center;
	vertical-align: top;	
}

table.CategoryPage td.Products table.Products td.Spacer
{
	width: 17px;
}

table.CategoryPage td.Products table.Products td.Item td.Image
{
	text-align: center;
	background: white;
	height: 190px;	
}

table.CategoryPage td.Products table.Products td.Item td.Title
{
	font-size: 10px;
	font-weight: normal;
	height: 45px;
	text-align: left;
	color: #333333;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	background: #D6EBFF;
	text-transform: uppercase;
}	
	
table.CategoryPage td.Products table.Products td.Item td.Price
{
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	text-align: left;
	color: white;
	padding: 0px 5px 0px 5px;
	background: #29557B;
}	

table.CategoryPage td.Products table.Products td.Item td.Buy
{
	height: 20px;
	width: 45px;
	text-align: right;	
	padding-right: 4px;
}

table.CategoryPage td.Products table.Products td.Item td.Buy input.Normal
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #6F777E;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

table.CategoryPage td.Products table.Products td.Item td.Buy input.Hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: ##265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;		
}

table.CategoryPage td.Products table.Products td.Item td.ReadMore
{
	height: 20px;
	text-align: left;
	width: 62px;
	padding-left: 4px;			
}

table.CategoryPage td.Products table.Products td.Item td.ReadMore input.Normal
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #6F777E;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

table.CategoryPage td.Products table.Products td.Item td.ReadMore input.Hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: ##265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

table.CategoryPage td.Products table.Products td.ItemEmpty img
{
	width: 100px;
}
	
table.CategoryPage td.Products table.Products td.NavVat table
{
	width: 100%;
}

table.CategoryPage td.Products table.Products td.NavVat table td.Vat
{
	width: 50%;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #2A577D;
	vertical-align: middle;
	text-align: left;		
}

table.CategoryPage td.Products table.Products td.NavVat table td.Nav
{
	width: 50%;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #2A577D;
	vertical-align: middle;
	text-align: right;		
}	
	
table.CategoryPage td.Products table.Products td.Nav a:link,
table.CategoryPage td.Products table.Products td.Nav a:active,
table.CategoryPage td.Products table.Products td.Nav a:visited
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
	
table.CategoryPage td.Products table.Products td.Nav a:hover
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #265073;
	text-transform: uppercase;
}

table.RelatedArticles
{
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	background: transparent;
	width: 100%;
}

table.RelatedArticles td.Item
{
	width: 115px;
	text-align: center;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}

table.RelatedArticles td.Item div.Item
{

	text-align: center;
	vertical-align: top;
	border: 1px solid #C1D3DE;
	background: transparent;
	cursor: pointer;	
	padding: 0px;
	margin: 0px;		
}

table.RelatedArticles td.Item div.ItemLinks
{

	text-align: center;
	vertical-align: middle;
	border: 0px;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

table.RelatedArticles td.ItemEmpty
{
	width: 115px;
	text-align: center;
	vertical-align: top;	
}

table.RelatedArticles td.Spacer
{
	width: 13px;
}

table.RelatedArticles td.Item td.Image
{
	text-align: center;
	background: white;
	height: 115px;	
}

table.RelatedArticles td.Item td.Title
{
	font-size: 10px;
	font-weight: normal;
	height: 45px;
	text-align: left;
	color: #333333;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	background: #D6EBFF;
	text-transform: uppercase;
}	
	
table.RelatedArticles td.Item td.Price
{
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	text-align: left;
	color: white;
	padding: 0px 5px 0px 5px;
	background: #29557B;
}	

table.RelatedArticles td.Item td.Buy
{
	height: 20px;
	width: 40px;
	text-align: right;	
	padding-right: 4px;
}

table.RelatedArticles td.Item td.Buy input.Normal
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #6F777E;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

table.RelatedArticles td.Item td.Buy input.Hover
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: ##265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: right;
	margin: 0px;
	padding: 0px;		
}

table.RelatedArticles td.Item td.ReadMore
{
	height: 20px;
	text-align: left;
	width: 75px;
	padding-left: 4px;			
}

table.RelatedArticles td.Item td.ReadMore input.Normal
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #6F777E;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

table.RelatedArticles td.Item td.ReadMore input.Hover
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: ##265073;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 0px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

table.RelatedArticles td.ItemEmpty img
{
	width: 105px;
}
	
table.RelatedArticles td.NavVat table
{
	width: 100%;
}

table.RelatedArticles td.NavVat table td.Vat
{
	width: 50%;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	color: black;
	vertical-align: middle;
	text-align: left;		
}

table.RelatedArticles td.NavVat table td.Nav
{
	width: 50%;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	color: black;
	vertical-align: middle;
	text-align: right;		
}	
	
table.RelatedArticles td.Nav a:link,
table.RelatedArticles td.Nav a:active,
table.RelatedArticles td.Nav a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #363636;
	text-decoration: underline;
}
	
table.RelatedArticles td.Nav a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #EE0206;
	text-decoration: underline;
}

table.RelatedArticles h2
{
	font-size: 15px;
	font-weight: bold;
	color: #32486B;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: left;
}

/* ---------------- Shop In Shop ---------------- */
table.ShopInShop
{
	background: transparent;
	width: 165px;
}

table.ShopInShop table.ShopInShopInner
{
	width: 165px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
}

table.ShopInShopInner td.Spacer
{
	width: 15px;
}

table.ShopInShopInner td.Item
{
	width: 75px;
	text-align: center;
	vertical-align: top;
}

table.ShopInShopInner td.Item a:link,
table.ShopInShopInner td.Item a:active,
table.ShopInShopInner td.Item a:visited
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #6F777E;
	line-height: 13px;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

table.ShopInShopInner td.Item a:hover
{
	font-weight: bold;
	font-size: 10px;
	color: #265073;
	line-height: 13px;
	text-transform: uppercase;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}

table.ShopInShopInner td.Empty
{
	width: 75px;
}

table.ShopInShopInner td.NewRow
{
	height: 5px;
}