/*
 * Main Styles BEGIN
 */
body{
    margin: 0px;
    padding: 8px 0px 8px 0px;
    background-color: #993333;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
div#outer {
	width: 875px;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: thin solid #d5d331;
}
div#header {
	margin: 0px;
	text-align: center;
	width: 875px;
}
div#top-menu{
background-image:url(../../../images/bottom-shadow.gif); 
background-repeat:repeat-x;
border-bottom: thin solid #d5d331;
width:875px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
background-color:#9c9a11;
}
div#nav {
background-color:#9c9a11;
width:153px;
margin:0px;
padding:0px;
}
div#ads {
background-color:#9c9a11;
width:153px;
margin:0px;
padding:0px;
}
div#sponsors {
background-color:#9c9a11;
width:153px;
margin:0px;
padding:0px;
}
div#community {
background-color:#ffffff;
width:153px;
margin:0px;
padding:0px;
}
div#games {
background-color:#9c9a11;
width:153px;
margin:0px;
padding:0px;
}
div#main {
margin: 0px;
}
div#footer {
margin-bottom: 0px;
border-top: thin solid #d5d331;
background-color: #ececec;
}
td.page-body{
width:720px;
padding:8px;
background-color:#827b60;
}
.footer-left {
width:153px;
border-right:thin solid #d5d331;
margin:0px;
padding:0px;
}
.main-logo {
width:146px;
padding:0px;
}
.main-logo-rt {
width:7px;
}
.border {
border:1px solid #d5d331;
padding: 0px 2px 0px 2px;
background-color:#FFFFFF;
height:18px;
font-size:12px;
color:#666666;
}
 /* border image rollover effect */
td.brand-logo {
border: 1px solid white;
width:120px;
height:52px;
}
td.brand-logo-h:hover{
border: 1px solid #993333;
width:120px;
height:52px;
}
 /* END border image rollover effect */
/* START CSS Step 1 to 4 Code */ 
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 25px;
left: 5px; /*position where enlarged image should offset horizontally */
}
/* End CSS Step 1 to 4 Code */ 
td.top-shadow-center {
background-image:url(../../../images/top-shadow.gif);
background-repeat:repeat-x; 
padding:7px 0px 8px 0px; 
background-color:#9c9a11;
}
td.top-shadow-right {
background-image:url(../../../images/top-shadow.gif); 
background-repeat:repeat-x;
background-color:#9c9a11;
} 
hr.separator{
    height: 1px;
    color: #E5E5E5;
    background-color: #E5E5E5;
    border: 0px;
}
img {
    border: 0;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}











/* Page Title Style */
.PageTitle {
    font-family: Tahoma, Verdana;
    color: #993333;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
    font-family: Tahoma, Verdana;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
}

.ShoppingCartText a{
    color: #ffffff;
    text-decoration: none;
}

/* Required Style */
.Required {
    color: red;
}

/* Error Style */
.Error {
    color: red;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Tahoma, Verdana;
    color: #993333;
    font-size: 16px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 10px;
}

.LargerImageLink a{
    color: #666666;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #999999;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
    font-family: Tahoma, Verdana;
    color: #993333;
    font-size: 12px;
    font-weight: bold;
}

.CategoryName a{
    color: #993333;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #D369A2;
}

.CategoryDescription{
    color: #333333;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: normal;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
.ProductName{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
.ProductName a{
    color: #666666;
    text-decoration: none;
}

.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}

.ProductDescription{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.ProductPrice{
    font-family: Tahoma, Verdana;
    color: #CC3300;
    font-size: 11px;
    font-weight: bold;
}

.ProductOptionsTitle{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}

.ProductOptions{
    font-family: Tahoma, Verdana;
    color: #333333; 
    font-size: 11px;  
    font-weight: normal;
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #9C9A11;
    font-family: Tahoma, Verdana;
    color: #FFFFFF;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #D5D331;
    text-decoration: underline;
}

.Breadcrumb a:hover{
    color: #CC3300;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    padding: 0px;
    margin: 2px;
    width: 180px;
    background-color: white;
}

.NavigationBar table td{
    border-top: #E5E5E5 1px solid; 
    border-left: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #888888;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #888888;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #888888;
}

.NavigationBar table td.Selected{
    background-color: #E5E5E5;
}

.NavigationBar table td.Selected a{
    color: #993333;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #D369A2;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ProductList .Empty a{
    color: #666666;
}

.ProductList .Empty a:hover{
    color: #D5D331;
	text-decoration: none
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding: 5px;
    text-align: center;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: right;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
    padding: 0px;
    margin: 2px;
    width: 100%;
    border: 1px #E5E5E5 solid;
    font-family: Tahoma, Verdana;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    background-color: white;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 6px;
}

.ProductInfo .ProductDescription {
}

.ProductInfo .ProductPrice {
    padding-bottom: 7px;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #993333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Tahoma, Verdana; 
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #E8E510;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Tahoma, Verdana;
    color: #993333;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
}

.Checkout .Block {
    padding: 6px;
    border: 1px #cccccc solid;
	background-color:#f7f5f5;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #666666;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
}

.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #993333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #993333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */
 
 /* hpt-style Styles */

td.ModelBlack {
   width: 34%;
   padding-left: 3px;
   color:#000000;
}
td.ModelColour {
   width: 34%;
   padding-left: 3px;
   color:#000000;
}
td.CartridgeAll {
   width: 32%;
   padding-left: 3px;
   color:#000000;
}
td.BoxTitle {
    font: Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
	text-align:left;
	background-color: #11538C;
	padding-left:4px;
	padding-right:4px
}
td.BoxDescription {
   padding:2px 4px;
   text-align:left
}


td.item-image-sm { width: 72px
}
td.item-name { 
padding-left: 4px;
padding-right: 4px
}
td.item-description { width: 203px;
padding-left: 4px;
padding-right: 4px;
text-align:left; 
}
td.item-details { 
    width:75px;
    text-align:right;
}
td.item-sku { width: 66px
}
td.item-rrp { width: 47px
}
td.item-sell { width: 55px
}
td.item-qty { width: 48px
}
td.item-add { width: 60px
}
td.detail-payment { width: 170px
}
td.detail-title { 
    width: 648px;
	font: Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #993333;
	height: 20px
}
.detail-headdings { 
    font: Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #993333;
}
.detail-price-box { 
    width: 472px;
	height: 60px;
}
td.search-form {
    background-color: #9C9A11;
    text-align:left;
	padding: 4px 0px 0px 0px;
	vertical-align: top;
	width: 228px;
}






td.findit {
    background-image:url(../../../images/find-it-bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:top;
	padding: 9px 0px 0px 0px;
	width: 187px;
}
/* Front Page Styles */
.nochange a{color:#666666;text-decoration:none}
.nochange a:hover{color:#993333;text-decoration:none;}







.FrontPageSubHeaddings {color: #FFCC00}


.signed-in-email{
font-size:9px;
color:#666666;
}
.LogIn a:link {color:#ffffff;}
.LogIn a:visited {color:#ffffff;}
.LogIn a:hover{color:#993333;}
.LogIn a:active {color:#ffffff;}

/*
 * hpt-style Styles END
 */ 





 
 
 
 





.pathlab {
	font-size: 36px;
	font-weight: bold;
	color: #993333;
}
.PageCenterWhiteBrands{ 
    background-color: #ffffff;
	color: #666666;
	text-align:center;
	text-decoration: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #d5d331;
}
.PageCenterWhiteBrands a{
    text-decoration:none
}
td.BoxImage {
   width: 72px;
   height: 14px
}
td.BoxDetailDescription {
   font: Tahoma, Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: left;
   color: #FFFFFF;
   width: 279px;
   height: 14px;
   padding-left: 4px; 
   padding-right: 4px;
   background-color: #11538C
}
td.BoxDetailPart {
   font: Tahoma, Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: right;
   color: #FFFFFF;
   width: 66px;
   height: 14px;
   background-color: #11538C
}
td.BoxDetailRRP {
   font: Tahoma, Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: right;
   color: #FFFFFF;
   width: 47px;
   height: 14px;
   background-color: #11538C
}
td.BoxDetailPrice {
   font: Tahoma, Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: right;
   color: #FFFFFF;
   width: 55px;
   height: 14px;
   background-color: #11538C
}
td.BoxDetailQuantity {
   font: Tahoma, Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: right;
   color: #FFFFFF;
   width: 48px;
   height: 14px;
   background-color: #11538C
}
td.BoxDetailAdd {
   font: Tahoma, Verdana;
   font-size: 11px;
   font-weight: normal;
   text-align: right;
   color: #FFFFFF;
   width: 60px;
   height: 14px;
   background-color: #11538C
}
.FrontPageIntroLarge{
    font-family: Tahoma, Verdana;
    color: #FFFFFF;
    font-size: 18px;
	font-weight:bold;
}
.FrontPageIntroMedium{
    font-family: Tahoma, Verdana;
    color: #FFFFFF;
    font-size: 14px;
	font-weight:bold;
}
.FrontPageIntroSmall{
    font-family: Tahoma, Verdana;
    color: #FFFFFF;
    font-size: 12px;
}
.PageCenterWhite{
 margin-left:auto; 
 margin-right:auto; 
 border:thin solid #d5d331; 
 background-color: #ffffff;
 width: 100%;
 padding:0px;
 text-align:center;
} 
a:hover {
color: #993333; 
background-color:#FFFF00
}
.jt {
text-align:justify;
}

.ct {
text-align:center;
}

.lt {
text-align:left;
}

.rt {
text-align:right;
}
.highlight {
background-color:#FFFF00;
}
td.games-body a:link {
	color: #FFFFFF;
}
td.games-body a:hover {
color: #993333
}
td.games-body{ 
    font-family: Tahoma, Verdana;
    color: #ffffff;
	font-size: 11px;
    font-weight: bold;
	text-align: left;
	padding: 8px 15px 8px 15px
} 
.testimonial-heading {color:#FF0000;
font-size:18px;
font-weight:bold
}
 /* Start CSS Left Menu Code */
#menu DL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; background-color: #ACAB5D; PADDING-BOTTOM: 10px; MARGIN: 0px auto; WIDTH: 153px; PADDING-TOP: 0px
}
#menu DT {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 18px; BACKGROUND: #ACAB5D; PADDING-BOTTOM: 10px; MARGIN: 0px; COLOR: #fff; PADDING-TOP: 10px; BORDER-BOTTOM: #fff 1px solid
}
#menu DD {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; BACKGROUND: #ACAB5D; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #fff; PADDING-TOP: 0px; BORDER-BOTTOM: #fff 1px solid
}
#gallery A {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND: url(../../../images/arrow.gif) #9c9a11 no-repeat 9px 6px; PADDING-BOTTOM: 4px; WIDTH: 128px; COLOR: #fff; PADDING-TOP: 4px; TEXT-DECORATION: none
}
#gallery A:visited {
	PADDING-RIGHT: 5px; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND: url(../../../images/arrow.gif) #9c9a11 no-repeat 9px 6px; PADDING-BOTTOM: 4px; WIDTH: 128px; COLOR: #fff; PADDING-TOP: 4px; TEXT-DECORATION: none
}
#gallery A:hover {
	BACKGROUND: url(../../../images/arrowr.gif) #8e8c0e no-repeat 11px 6px; COLOR: #ffcc33
}
/* End CSS Left Menu Code */
