/*- General Formatting--------------------------- */

body {
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}	

#wrapper {
	width:740px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #B22328;
}
a:hover {
	color: #BA252B;
	text-decoration: underline;
}

a.redBackgroundTextLink {
	color: #EAD0B7;
	text-decoration: none;
}

a.redBackgroundTextLink:hover {
	color: #EAD0B7;
	text-decoration: underline;
}

a.whiteBackgroundTextLink {
	color: #B7262D;
	text-decoration: none;
}

a.whiteBackgroundTextLink:hover {
	color: #B7262D;
	text-decoration: underline;
}

a.blueBackgroundTextLink {
	color: #3E76B5;
	text-decoration: none;
}

a.blueBackgroundTextLink:hover {
	color: #315F8A;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.input {
	font-size: 10px;
	padding: 2px;
	border: 1px solid #E0DFE3;
}
.input2 {
	font-size: 10px;
	padding: 2px;
}

.productMain {
	vertical-align: top;
	width: 200px;
	float: right;
	font-size: 10px;
	color: #3E76B5;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.mainBullet {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-left: 20px;
}

.colfocusB2 {
	background-color: #F9FBFD;
	font-size: 10px;
	color: #666666;
	width: 380px;
	border: 1px dotted #DDDDDD;
	padding: 5px;
	height: 30px;
}

.colfocusReview {
	background-color: #EBF2F8;
	font-size: 11px;
	vertical-align: top;
	color: #000000;
	width: 380px;
	border: 1px dotted #DDDDDD;
	padding: 5px;
	background-position: top;
}

th {
	background-color: #F1F6FA;
	font-size: 11px;
	font-weight: bold;
	color: #3E76B5;
	text-align: left;
	padding: 2px;
}

.highlightcolour {
	background-color: #FFFFFF;
}
.bgtable {
	background-color: #FAF2ED;
}




/*- Menu Tabs B--------------------------- */

    #tabsB {
	float:left;
	width:100%;
	font-size:10px;
	font-weight: bold;
	line-height:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #F0EFF1;
	background-image: url(fades_blue.gif);
	background-repeat: repeat-x;
      }
    #tabsB ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }

    #tabsB a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#9B2023;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
  
  
/*- Menu Tabs B2--------------------------- */

    #tabsB2 {
	float:left;
	width:160px;
	font-size:10px;
	font-weight: bold;
	line-height:normal;
	background-image: url(fades_blue.gif);
	background-repeat: repeat-x;
 }

    #tabsB2 ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabsB2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB2 a {
      float:left;
      background:url("tableftB2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB2 a span {
      float:left;
      display:block;
      background:url("tabrightB2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB2 a:hover span {
      color:#B42428;
      }
    #tabsB2 a:hover {
      background-position:0% -42px;
      }
    #tabsB2 a:hover span {
      background-position:100% -42px;
      }
	  	
/*- Menu Tabs Basket--------------------------- */

    #tabsBasket {
	float:left;
	width:160px;
	font-size:10px;
	font-weight: bold;
	line-height:normal;
	background-image: url(fades_red.gif);
	background-repeat: repeat-x;
 }

    #tabsBasket ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #tabsBasket li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsBasket a {
      float:left;
      background:url("tableftB2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsBasket a span {
      float:left;
      display:block;
      background:url("tabrightB2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsBasket a span {float:none;}
    /* End IE5-Mac hack */
    #tabsBasket a:hover span {
      color:#B42428;
      }
    #tabsBasket a:hover {
      background-position:0% -42px;
      }
    #tabsBasket a:hover span {
      background-position:100% -42px;
      }
	  	
/*- Menu Tabs Main Sections--------------------------- */

    #tabsMS {
	float:left;
	width:100%;
	line-height:normal;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFEAF4;
      }
    #tabsMS ul {
	  margin:0;
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabsMS li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsMS a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsMS a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#3E76B5;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsMS a span {float:none;}
    /* End IE5-Mac hack */
    #tabsMS a:hover span {
      color:#AA2125;
      }
    #tabsMS a:hover {
      background-position:0% -42px;
      }
    #tabsMS a:hover span {
      background-position:100% -42px;
      }
	
	
	
	
/************ navLinks styles **************/	
#navcontainer {
	width: 160px;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#navcontainer a {
	display: block;
	width: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFEAF4;
	margin-left: 10px;
	background-image: url(dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	
	color: #000000;
}

#navcontainer a:link 
{
	color: #000000;
	/* color: #333333; */
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #FFFFFF;
	color: #BA252B;
	text-decoration: underline;
}

/************ navSubLinks styles **************/	


#navCatcontainer 
{
	/* width: 160px; */
	font-weight: normal;	
	}

#navCatcontainer ul {
	margin-left: 1px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#navCatcontainer a {
	display: block;
	width: 129px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFEAF4;
	margin-left: 12px;
	color: #B8252A;
	background-image: url(dot2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}

#navCatcontainer a:link {
	color: #B8252A;
	text-decoration: none;
}

#navCatcontainer a:hover {
	color: #B8252A;
	text-decoration: underline;
}



#navSubcontainer 
{
	/* width: 160px; */
	font-weight: normal;	
	}

#navSubcontainer ul {
	margin-left: 1px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#navSubcontainer a {
	display: block;
	width: 128px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFEAF4;
	margin-left: 15px;
	color: #B8252A;
	background-image: url(dot2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}

#navSubcontainer a:link {
	color: #B8252A;
	text-decoration: none;
}

#navSubcontainer a:hover {
	color: #B8252A;
	text-decoration: underline;
}



/*- Text Editing--------------------------- */

p {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #3E76B5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFEAF4;
	background-image: url(fades_blue2.gif);
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #315F8A;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(fades_blue2.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCE8F4;
	border-right-color: #DCE8F4;
	border-bottom-color: #DCE8F4;
	border-left-color: #DCE8F4;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #B8252A;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6A477;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #B8252A;
	padding-top: 2px;
	padding-right: 2px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #3E76B5;
	padding-top: 2px;
	padding-right: 2px;
}

/*- Layout--------------------------- */

.horizBreadcrumbs {
	display:block;
	width:720px;
	float:left;
	margin: 0px;
	color: #000000;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	float:none;
}

.topRow {
	display:block;
	width:740px;
	float:left;
	color: #000000;
	padding-top: 10px;
}

.logo {
	float: left;
	width: 190px;
}
.topRight {
	font-size: 10px;
	float: right;
	width: 550px;
}
.logonArea {
	font-size: 10px;
	color: #000000;
	float: right;
	width: 210px;
	background-image: url(telephone2.gif);
	height: 59px;
	text-align: left;
	vertical-align: top;
}
.logonArea_1 {
	font-size: 10px;
	color: #000000;
	float: right;
	width: 210px;
	background-image: url(telephone3.gif);
	height: 59px;
	text-align: left;
	vertical-align: top;
}
.topBanner {
	float: left;
	width: 340px;
	text-align: center;
}



.leftPageSide {
	width: 160px;
	float: left;
	background-position: top;
	height: 100%;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9DBED;
}

.rightPageSide {
	width: 160px;
	float: right;
	background-position: top;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9DBED;
}

.mainCentralArea {
	display:block;
	width:398px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9DBED;
	margin-right: 10;
	margin-bottom: 10;
	margin-left: 10;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.base {
	display:block;
	width:720px;
	float:left;
	clear:none;
	margin: 0px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9DBED;
}
.baseLargeText {
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}


/*- Containers--------------------------- */

.quicklinks{
	background-color: #FFFFFF;
	font-size: 10px;
	vertical-align:top;
	color: #666666;
	width: 140px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9DBED;
	margin-bottom: 10px;
	/*background-image: url(corner_quick.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

.basketRight {
	font-size: 10px;
	vertical-align: top;
	color: #666666;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9DBED;
	padding: 10px;
	/*background-image: url(fades_basket2.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	background-color: #FFFFFF;
}

.rightLinks{
	background-color: #FFFFFF;
	font-size: 10px;
	vertical-align: top;
	color: #666666;
	width: 140px;
	padding: 10px;
	/*background-image: url(corner_blue.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
}

.rightBanners{
	background-color: #FFFFFF;
	font-size: 10px;
	vertical-align: top;
	color: #666666;
	width: 140px;
	padding: 10px;
	text-align: left;
	background-position: righttop;
}

.creditCards {
	font-size: 10px;
	vertical-align: top;
	width: 390px;
	padding-top: 5px;
	text-align: center;
}

/*- Product 1 Style --------------------------- */

.firstHighlightProduct {
	width: 398px;
	background-color: #BA252B;
	font-size: 11px;
	float: left;
	background-image: url(redback.jpg);
	background-position: right top;
	margin-bottom: 10px;
	height: 150px;
}
/*
.firstHighlightProduct {
	width: 398px;
	background-color: #ffffff;
	font-size: 11px;
	float: left;	
	background-position: right top;
	margin-bottom: 10px;
	height: 150px;
	border:1px solid #e0e0e0;
}
*/
.firstHighlightProductCategory {
	width: 396px;
	background-color: #ffffff;
	font-size: 11px;
	float: left;	
	background-position: right top;
	margin-bottom: 10px;
	height: 150px;
	border:1px solid #e0e0e0;
}

.firstRightCategory {
	width: 178px;
	float:right;
	color:#000000;
	padding: 10px;
	height: 130px;
}

.firstLeft {
	width: 198px;
	float:left;
	height: 150px;
}

.firstRight {
	width: 180px;
	float:right;
	color:#ffffff;
	
	padding: 10px;
	height: 130px;
}

.firstFilter {
	width: 179px;
	float:right;
	padding: 10px;
	height: 130px;
	background-color: #DDE8F4;
	font-size: 11px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #DDE8F4;
}

/*- Product 2 Style --------------------------- */

.highlightText {
	width: 378px;
	background-color: #DBE7F3;
	font-size: 10px;
	padding: 10px;
	color: #29507A;
	background-image: url(backdining.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*- Product Thumbnail Display Area --------------------------- */


.products {
	width: 398px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(back_product.gif);
	background-position: center;
}

.productFilter {
	width: 388px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
}

.productThumbs {
	width: 398px;
	background-color: #FFFFFF;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.productsHeadings {
	width: 398px;
}

.productContainer {
	width: 398px;
	font-size: 10px;
	float: left;
	text-align: center;
}

.left 
{
	height:100%;
	vertical-align: top;
	width: 123px;	
	float: left;
	padding: 1px;
	
}

.left2 {
	width: 50px;
	float: left;
	padding: 1px;
}

.leftBasket {
	width: 270px;
	float: left;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #DFEAF4;
}

.right 
{
	
	vertical-align: top;
	width: 262px;
	height:100%;
	padding: 0px;
	float: right;
	background-position: top;
}

.right2 {
	width: 340px;
	padding: 0px;
	float: right;
	background-position: top;
	font-size: 11px;
}

.rightBasket {
	width: 120px;
	padding: 0px;
	float: right;
	background-position: top;
	font-size: 11px;
}

.rightInset{
	vertical-align: top;
	width: 123px;
	float: left;
	padding: 1px;
}


.rightInsetCentral {
	width: 123px;
	float: right;
	padding: 1px;
}

.rightInsetBasket {
	width: 50px;
	float: right;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #DFEAF4;
}

.rightInsetCentral2 {
	width: 123px;
	float: right;
	padding: 1px;
}

.rightInset2{
	width: 211px;
	float: left;
	padding: 1px;
	font-size: 11px;
	margin-bottom: 10px;
}

.rightInsetBasket{
	width: 50px;
	float: left;
	padding: 1px;
	font-size: 11px;
	margin-bottom: 10px;
}

.productHeading {
	font-weight: bold;
	padding: 5px;
	width: 113px;
	height:50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DFEAF4;
	color: #3E76B5;
}
.productImageT {
	font-weight: bold;
	padding: 5px;
	height:120px;
	width: 100px;
	color: #3E76B5;
}

.productButtonImage {
	font-weight: bold;
	padding: 5px;
	width: 100px;
	height:auto;
	color: #3E76B5;
}

.catHeading {
	font-weight: bold;
	padding: 5px;
	width: 113px;
	height:30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DFEAF4;
	color: #3E76B5;
	font-size: 11px;	
	
}

.productText {
	text-align: left;
	background-color: #FFFFFF;
	padding: 2px;
	height:50px;
}

.productSelect {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	border-left-width: 30px;
	border-left-style: solid;
	background-image: url(fades_blue2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px;
}

.productSelect2 {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	border-left-width: 30px;
	border-left-style: solid;
	background-image: url(fades_blue2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.productSelectFilter {
	font-weight: bold;
	color: #DDE8F4;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	border-left-width: 30px;
	border-left-style: solid;
	background-image: url(fades_blue2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px;
}

.productSelectTh {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	border-left-width: 30px;
	border-left-style: solid;
	background-image: url(fades_blue2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.productSelectFocus {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	background-image: url(fades_blue2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.basketContainer {
	font-size: 11px;
	width: 398px;
}

.ErrMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	line-height: 16px;
	
}


/************ navSubLinks styles **************/	

#Dot ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

#Dot a {
	color: #B8252A;
	background-image: url(dot2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
}

#Dot a:link {
	color: #B8252A;
	text-decoration: none;
}

#Dot a:hover {
	color: #B8252A;
	text-decoration: underline;
}

/**************************************************/
.input3 
{
	padding-top:0px;
	padding-bottom: 4px;
	line-height:16px;
	vertical-align:text-top;
}
 .spTemp
 {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
 }
 
    .Success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3E76B5;
	line-height: 16px;
}
 .gridItemHide
    {
        display: none; 
        }
        .btn
         {
			BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	border: 1px solid #D1D1D1;
        }
        .colDataLeft {
	display:block;
	width:135px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.colDataRight {
	width:200px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 3px;
}
.tabGrid
{
	float:left;
}

.watermark_box {
position:relative;
display:block;
border:1px solid #e0e0e0;
font-weight: bold;
padding: 0px;
height:120px;
width: 100px;
color: #3E76B5;
margin:0px;
}
img.watermark {
position: absolute;
top:0px;
left:0px;
}
.watermarkP_box {
position:relative;
display:block;
border:1px solid #e0e0e0;
font-weight: bold;
padding: 0px;
color: #3E76B5;
margin:0px;
}
img.watermark {
position: absolute;
top:0px;
left:0px;
}

