/* CSS Document */
/* Setting Standard Tags*/
body
{
	font-family: verdana,  Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	background: #FFFFFF;
}

body, td, font, span, p, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #141533;
	font-size: 11px;
}

h1
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	color: #000000;
	text-align: left;
}

form {
	margin: 0px;
}

.small_text
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
}

/* TABLE Tags*/
table
{
	border-collapse: collapse;
}

table.SiteMargin
{
	width: 100%;
	border-collapse: collapse;
}

table.SiteTable
{
	width: 978px;
	border: 3px solid white;
	border-collapse: collapse;
	background: #ffffff;
}

table.StartTable
{
	border-collapse: collapse;
	width: 990px;
	min-width: 800px;
	max-width: 1024px;
}

table.LeftTable
{
	border-collapse: collapse;
	width: 222px;
}

table.MainTable
{
	border-collapse: collapse;
	width: 545px;
}

table.RightTable
{
	border-collapse: collapse;
	width: 222px;
}

table.FullWidth
{
	width: 100%;
	border-collapse:collapse;
}

/* TR Tags*/

/* TD Tags*/
td.text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}

td.Left
{
	text-align: left;
}

td.Center
{
	text-align: center;
}

td.Right
{
	text-align: right;
}

td.BigText
{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}
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: 190px;
	padding: 0px;
	margin: 0px;
	background: black;
}

table.CustomerAreaBox td
{
	padding: 0px 0px 0px 15px;
	background: transparent;
}

table.CustomerAreaBox td.Title
{
	font-size: 12px;
	height: 15px;
	font-weight: bold;
}

table.CustomerAreaBox td.SpacerTop
{
	height: 15px;
}

table.CustomerAreaBox td.SpacerBottom
{
	height: 15px;
}

table.CustomerAreaBox td.FieldTitle
{
	height: 15px;
	font-weight: bold;
}

table.CustomerAreaBox td.Spacer
{
	height: 10px;
}

table.CustomerAreaBox input.Field
{
	width: 135px;
	border: 1px solid #a6aaa9;
}

table.CustomerAreaBox input.Button
{
	width: 135px;
	border: 1px solid #a6aaa9;
}

table.CustomerAreaBox td.Link
{
	height: 18px;
	padding: 0px 0px 0px 15px;
}

table.CustomerAreaBox td.Link a
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

table.CustomerAreaBox td.Link a:hover
{
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}



/* SEARCH BOX Tags*/
table.SearchBox
{
	width: 190px;
	height: 105px;
	padding: 0px;
	margin: 0px;
	background: black;
}

table.SearchBox td
{
	padding: 0px 0px 0px 15px;
	background: transparent;
}

table.SearchBox td.Title
{
	font-size: 12px;
	height: 15px;
	font-weight: bold;
}

table.SearchBox td.SpacerTop
{
	height: 15px;
}

table.SearchBox td.SpacerBottom
{
	height: 15px;
}

table.SearchBox td.ItemTitle
{
	height: 15px;
	font-weight: bold;
}

table.SearchBox td.Spacer
{
	height: 7px;
}

table.SearchBox input.Field
{
	width: 135px;
	border: 1px solid #a6aaa9;
}

table.SearchBox td.Button
{
	text-align: right;
	padding-right: 42px;
}

table.SearchBox input.Button
{
	width: 60px;
	border: 1px solid #a6aaa9;
}


/* STATUS BOX Tags*/
table.StatusBox
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	background: black;
}

td.StatusInnerBox
{
	vertical-align: top;
}

table.StatusInnerBox
{
	width: 175px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.StatusInnerBox td
{
	padding: 0px 0px 0px 15px;
	background: transparent;
}

table.StatusInnerBox td.Title
{
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
}

table.StatusInnerBox td.SpacerTop
{
	height: 15px;
}

table.StatusInnerBox td.SpacerBottom
{
	height: 0px;
}

table.StatusInnerBox td.Spacer
{
	height: 10px;
}

table.StatusInnerBox td.StatusText
{
	font-size: 11px;
	height: 17px;
}

table.StatusInnerBox td.StatusLink a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: white;
}

table.StatusInnerBox td.StatusLink a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: white;
}

/* TOP MENU BOX Tags*/
table.TopMenuBox
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.TopMenuBoxInner
{
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.TopMenuBoxInner td.Spacer
{
	height: 2px;
	background: transparent;
}

table.TopMenuBoxInner td.Item, table.TopMenuBoxInner td.ItemActive
{
	height: 18px;
	padding: 0px 0px 0px 15px;
}

table.TopMenuBoxInner td.ItemActive
{
	background: transparent;
}

table.TopMenuBoxInner td.Item a
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

table.TopMenuBoxInner td.Item a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

table.TopMenuBoxInner td.ItemActive a, table.TopMenuBoxInner td.ItemActive a:hover
{
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


/* MENU BOX Tags*/
table.MenuBox
{
	color: white;
	width: 190px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.MenuBoxInner
{
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.MenuBoxInner td.Spacer
{
	height: 2px;
	background: transparent;
}

table.MenuBoxInner td.SpacerTop
{
	height: 15px;
	background: transparent;
}

table.MenuBoxInner td.SpacerBottom
{
	height: 15px;
	background: transparent;
}


table.MenuBoxInner td.Item, table.MenuBox td.ItemActive
{
	height: 18px;
	padding: 0px 0px 0px 15px;
}

table.MenuBoxInner td.ItemActive
{
	background: transparent;
}

table.MenuBoxInner td.Item a
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

table.MenuBoxInner td.Item a:hover
{
	color: #DDDDDD;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

table.MenuBoxInner td.ItemActive a, table.MenuBoxInner td.ItemActive a:hover
{
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

table.MenuBoxInner td.SubItem, table.MenuBoxInner td.SubItemActive
{
	height: 18px;
	background: transparent;
	padding: 0px 0px 0px 15px;
}

table.MenuBoxInner td.SubItemActive
{
	background: transparent;
}

table.MenuBoxInner td.SubItem a
{
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

table.MenuBoxInner td.SubItem a:hover
{
	color: #DDDDDD;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

table.MenuBoxInner td.SubItemActive a, table.MenuBoxInner td.SubItemActive a:hover
{
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
	
/* CCGW BOX Tags*/
table.CCGWLogoBox
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	background: black;
}

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: 15px;
}

table.CCGWLogoBoxInner td.SpacerBottom
{
	height: 15px;
}

table.CCGWLogoBoxInner td.Spacer
{
	height: 13px;
}

/* News BOX Tags*/
table.NewsBox
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	background: black;
}

table.NewsBoxInner
{
	padding: 0px;
	margin: 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: white;
	font-size: 11px;
	font-style: italic;
}

table.NewsBoxInner td.Title
{
	color: white;
	font-size: 11px;
	font-weight: bold;
}

table.NewsBoxInner td.Item a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

table.NewsBoxInner td.Item a:hover
{
	color: #DDDDDD;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}



/* Other Tags*/
img
{
	border: none;
}

hr
{
	height: 1px;
	color: #a6aaa9;
}

/* Standard links */
a:link, a:visited, a:active
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	color: #ec3a3b;
	text-decoration: underline;
}

.Error, .error, .required, .Required
{
	color: #cc0000;
}

ul.error {
	color: #cc0000;
}

li.error {
	list-style-type: disc;
	text-decoration: none;
	margin: 3px 0px 3px 0px;
	color: #cc0000;
}

/* Form Tags */
input.Field, input.Field100, input.Field150, input.Field200, input.Field250, input.Field300, input.Field350
{
	border: 1px solid #cccccc;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	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 #cccccc;
	font-family: Tahoma, 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;
}

a.ButtonBuy
{
	border: 1px solid #cccccc;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: white;
	color: black;
	width: 90px;
	text-decoration: none;
}
input.Button, input.ButtonBuy, input.ButtonWishlist, input.ButtonEnquire, input.ButtonBasketRemove,
input.ButtonBasketEmpty, input.ButtonBasketUpdate, input.ButtonBasketOrder
{
	border: 1px solid #cccccc;
	height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: white;
	color: black;
}

input.ButtonBuy
{
	width: 90px;
}

input.ButtonWishlist
{
	width: 90px;
}

input.ButtonEnquire
{
	width: 90px;
}

input.ButtonBasketRemove
{
	width: 20px;
	text-align: center;
}

input.ButtonBasketEmpty, input.ButtonBasketUpdate, input.ButtonBasketOrder
{
	text-align: center;
}

select.Field, select.Field100, select.Field200, select.Field300, select.Field200Multi
{
	border: 1px solid #cccccc;
	font-family: Tahoma, 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: black;
	color: white;
}

table.OrderHistory td.ListLight
{
    font-size: 10px;
    background: #bbbbbb;
	color: #444444;
    height: 20px;
}

table.OrderHistory td.ListDark
{
    font-size: 10px;
    background: #444444;
	color: #bbbbbb;
    height: 20px;
}

table.OrderHistory td.SmallText
{
    font-size: 10px;
    background: transparent;
    height: 15px;
}

/* ---------------- FORUM MODULE ---------------- */
table.forumTable {
	border: 1px solid black;
}

td.forumTitle {
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: black;
}

td.forumSmallBorder {
	border-top: 1px solid black;
	font-size: 10px;
}

td.forumSmall {
	font-size: 10px;
}

tr.forumRow1 {
	background: #ffffff;
}

tr.forumRow2 {
	background: black;
}

tr.forumRowSpacer {
	background: #8E8969;
}

td.forumQuote {
	border: 1px solid black;
	background: black;
}

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: 1px solid gray;
}

td.ArticlePageBoxHeader {
	background: black;
	color: white;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

td.ArticlePageBoxHeader a {
	color: #ec3a3b;
	font-weight: bold;
	text-decoration: underline;
}

td.ArticlePageBoxHeader a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


td.ArticlePageBoxSubHeader {
	background: black;
	color: white;
	height: 20px;
	font-weight: bold;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

td.ArticlePageBoxLine {
	background: #DEDEDE;
	height: 20px;
	border-right: solid 1px #808080;
}

td.ArticlePageBoxSpacerLine {
	background: gray;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

td.ArticlePageBoxSpacer {
	background: #DEDEDE;
	height: 5px;
	padding: 0px;
	margin: 0px;
}

td.ArticlePageBoxLineInStock {
	background: #DEDEDE;
	color: green;
	height: 20px;
}

td.ArticlePageBoxLineNotInStock {
	background: #DEDEDE;
	height: 20px;
	color: red;
}


/* ---------------- Basket and Reciept ---------------- */
table.Basket,
table.Basket td,
table.Basket p,
table.Reciept,
table.Reciept td,
table.Reciept p
{
	font-size: 10px;
}


/* ---------------- Shop In Shop ---------------- */
table.ShopInShop
{
	background: transparent;
	width: 190px;
}

table.ShopInShop table.ShopInShopInner
{
	width: 165px;
	margin: 10px 0px 5px 10px;
	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: 11px;
	text-decoration: none;
	color: white;
	line-height: 15px;
}

table.ShopInShopInner td.Item a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: white;
	line-height: 15px;	
}

table.ShopInShopInner td.Empty
{
	width: 75px;
}

table.ShopInShopInner td.NewRow
{
	height: 5px;
}

 span.green
  {
    color: green;
  }
  span.red
  {
    color:red;
  }
  
table.MenuBoxInner td.menu_color_red a,
table.MenuBoxInner td.menu_color_red a:link,
table.MenuBoxInner td.menu_color_red a:active,
table.MenuBoxInner td.menu_color_red a:visited
{
    color: red;
    font-size: 15px;
}

table.MenuBoxInner td.menu_color_blue a,
table.MenuBoxInner td.menu_color_blue a:link,
table.MenuBoxInner td.menu_color_blue a:active,
table.MenuBoxInner td.menu_color_blue a:visited
{
    color: blue;
    font-size: 15px;
}

table.MenuBoxInner td.menu_color_green a,
table.MenuBoxInner td.menu_color_green a:link,
table.MenuBoxInner td.menu_color_green a:active,
table.MenuBoxInner td.menu_color_green a:visited
{
    color: green;
    font-size: 15px;
}

table.menu_color_red td.menu_color_red
{
    color: red;
    font-weight: bold;
}

table.menu_color_blue td.menu_color_blue
{
    color: blue;
    font-weight: bold;
}

table.menu_color_green td.menu_color_green
{
    color: green;
    font-weight: bold;
}
