@charset "utf-8";

* {
	margin: 0;
	padding:0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	background-image: url(skin/images/background.jpg);
	background-position: center top;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #B16335;
	background-repeat: no-repeat;
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
}

#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(skin/images/headerBackground2.jpg);
	height: 120px;
}
#header .left {
	float: left;
}
#header .middle {
	float: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 24px;
}


.headerMenu1 {
	height: 20px;
	padding-top: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0px;
	background-color: #b16335;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.headerMenu1 a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 48px;
	font-weight: bold;
	margin-left: 48px;
}
.headerMenu1 a:hover {
	color: #E6A470;
}

.headerMenu2 {
	background-color: #D09259;
	height: 18px;
	padding-top: 4px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-bottom: 8px;
	background-image: url(skin/images/background-main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.headerMenu2    select {
	width: 180px;
}

.headerMenu2 a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 38px;
	font-weight: bold;
	margin-left: 38px;
	padding-bottom: 1px;
}
.headerMenu2 a:hover {
	color: #8E502B;
}


#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(skin/images/content-bg-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#wrapper2 {
}
.outerEnd {
  clear: both;
}

#outer1 {
	float:left;
	width:180px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#outer2 {
	float: left;
	width: 612px;
	padding-top: 4px;
	display: block;
	overflow: hidden;
}

#outer3 {
	float:right;
	width:180px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#outer1, #outer2, #outer3 {}
#outer2 .indent {
	padding-right: 170px;
	padding-left: 4px;
	background-image: url(skin/images/small-angel.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#outer2 .indent2 {
	padding-right: 6px;
	padding-left: 4px;
	display: block;
	overflow: hidden;
}

.content {padding:10px;}
div.error	{ 
	color: #b7090f; 
	font-size: 12pt; 
	font-weight: bold; 
}

hr {
	height: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	width: 99.5%;
	background-image: url(skin/images/ContentSeparatorImage.jpg);
	border-bottom-style: none;

}
a {
	color: #001586;
}
a:hover {
	color: #990000;
}
h1 {
	font-size:1.5em;
	padding:0 0 10px 0;
	color:#001586;
}

h2 {
	font-size: 1.3em;
	color: #001586;
	margin-bottom: 8px;
}

h3 {
	font-size:1.3em;
	margin-bottom: 10px;
	color: #001586;
}
p {
	margin:0;
	padding:0 0 10px 0;
}


#outer2 ul {
	margin-left: 20px;
	margin-bottom: 14px;
}
#outer2 ol {
	margin-left: 20px;
	margin-bottom: 14px;
}
#outer2 li {
	margin-left: 10px;
}


img {
	border: none;
}
.searchTable {
	margin-bottom: 4px;
	margin-left: 2px;
	width: 590px;
}
.searchTable .searchbar {

}

.searchTable .searchor {

}

.searchTable td {
	padding-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #B16335;
}
.searchTable .searchKeyword {
	width: 174px;
}
.searchTable .searchaz {
	width: 174px;
}



.breadcrumbs {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: -5px;
}
.breadcrumbs a {
	margin-left: 2px;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}



.footerMenu {
	background-color: #B16335;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footerMenu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	clear:both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(skin/images/content-bg-top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer p,
#header p {
	color:#000000;
}
#footer a {
	color:#001586;
}
#footer .navigationElement {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(skin/images/footer-square.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
#footer .footerLinks {
	overflow: hidden;
	float: right;
	width: 620px;
	padding-left: 26px;
}

#footer a:hover {text-decoration:none;}
#footer .NavigationText {
	display: block;
	width: 986px;
}
#footer .smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}


.categoryHeader {
	background-image: url(skin/images/sides-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
.miniBox {
	background-image: url(skin/images/sides-bottom.gif);
	background-position: left bottom;
	margin-bottom: 10px;
}

.miniBox .miniBoxHeader {
	background-image: url(skin/images/sides-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.miniBox .miniBasketBody {
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 1px;
}
.miniBox .miniBasketBody a {
	font-size: 0.90em;
	color: #000000;
	text-decoration: none;
}
.miniBox .miniBasketBody a:hover {
	text-decoration: underline;
}


.miniBox .miniBoxBody {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}

.miniBox  .miniBoxBody #submit {
	background-image: url(skin/images/sides-btn.gif);
	height: 21px;
	width: 164px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	background-repeat: no-repeat;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E28132;
	font-size: 0.9em;
}
.miniBox .miniBoxBody input {
	width: 160px;
	margin-bottom: 4px;
}
.miniBox .miniBoxBody a {
	font-size: 0.95em;
	color: #c06129;
}
.miniBox .miniBoxBody a:hover {
	color: #8F5E45;
}
.miniBox .miniBaket td {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
.miniBox .minBasketFooter {
	padding-top: 4px;
	padding-left: 5px;
}
.rightBanners img {
	display: block;
	margin-bottom: 10px;
}

  .HotDeal {
	padding: 0px;
	margin: 6px 3px 0 3px;
	float:left;
	width: 198px;
  }

  .HotDealTop {
      height: 100%;
      margin: 0px;
      padding: 0 0 0 6px;
    
      background: url("skin/images/bgr_hotdealboxhead.gif") no-repeat left top  !important;
    
  }

  .HotDealTopFloatin {
	height: 100%;
	width: 186px;
	margin: 0px;
	padding: 10px 6px 4px 0px !important;
	background: url("skin/images/bgr_hotdealboxhead_floatin.gif") no-repeat right top  !important;
    
  }

  .HotDeal .ImageArea {
      width: 180px;
      height: 106px;
      text-align: center;
      background: #ffffff;
      padding:0px;
      margin: 0px !important;
      white-space: nowrap;
      overflow: hidden;
      border: none;
  }
 .HotDeal .ImageArea img{
	border: none;
  }


  .HotDealFoot {
	margin: 0 !important;
	padding: 0 0 0 6px;
	background: url("skin/images/bgr_hotdealboxfoot.gif") no-repeat left bottom  !important;
    
  }

  .HotDealFootFloatin {
	margin: 0 !important;
	padding: 4px 4px 8px 2px;
	width: 186px;
	_width: 182px;
	height: 54px;
	background: url("skin/images/bgr_hotdealboxfoot_floatin.gif") no-repeat right bottom  !important;
    
  }

  .HotDealFoot .InfoArea {
      width: 170px;
      white-space: nowrap;
      overflow: hidden;
      text-align: left;
  }
.HotDeal .InfoArea a {
	color: #001586;
	text-decoration: none;
	font-weight: bold;
}


  .HotDealFoot a.Price {
	margin: 2px 2px 2px 0px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
  }
.HotDeal  .HotDealFoot  .Price  .amount  {
	font-size: 1.2em;
	color: #000000;
}


  .HotDeal a.Price:hover {
      color: #CC0000;
  }

  .HotDealsEnd {
      clear: both;
  }




/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/

#lastLi a {
	background-image: url(skin/images/sides-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
#lastLi  a:hover   {
	background-image: url(skin/images/sides-bottom-hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
 }




/* VERTICAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	width: 180px;
	list-style: none;
	margin-bottom: 10px;
	background-image: url(skin/images/sides-middle.gif);
}





/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 182px;
}

.menulist li {
	position: relative;
	border: 0px solid #330;
	margin-bottom: 0px;
	background-color: #FFF2BF;
	background-image: url(skin/images/sides-middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* End Hacks */
  .menulist>li:last-child  {
	margin-bottom: 1px;
	background-image: url(skin/images/sides-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menulist ul>li:first-child {
	background-image: url(skin/images/sides-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menulist ul>li:first-child a:hover {
	background-image: url(skin/images/sides-top-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menulist ul>li:last-child  {
	background-image: url(skin/images/sides-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menulist ul>li:last-child a:hover {
	background-image: url(skin/images/sides-bottom-hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menulist ul>li ul>li:first-child a:hover {
	background-image: url(skin/images/sides-top-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 6px;
 color: #000;
 text-decoration: none;
 font-weight: bold;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #b15330;
	text-decoration: none;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #C86;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
.box {
	display: block;
	margin-bottom: 10px;
}






  .products {
	padding: 0px;
	margin: 3px 3px 0 0px;
	float:left;
	width: 202px;
	background-color: #F3F2FF;
  }
.productListRow {
	display: block;
	overflow: hidden;
}

.productList {
	display: block;
	overflow: hidden;
}


  .productsTop {
	height: 100%;
	margin: 0px;
	padding: 0 0 0 10px;
    
  }

  .productsTopFloatin {
	height: 100%;
	width: 182px;
	margin: 0px;
	padding: 10px 6px 4px 0px !important;
    
  }
.productsTopFloatin  .ImageArea {
      width: 180px;
      height: 106px;
      text-align: center;
      background: #ffffff;
      padding:0px;
      margin: 0px !important;
      white-space: nowrap;
      overflow: hidden;
      border: none;
  }
.productsTopFloatin  .ImageArea  img{
	border: none;
  }


  .productsFoot {
	margin: 0 !important;
	padding: 0 8px 8px 10px;
	display: block;
	overflow: hidden;
    
  }

  .productsFootFloatin {
	margin: 0 !important;
	_width: 182px;
	display: block;
	overflow: hidden;
    
  }

  .productsFoot .InfoArea {
	overflow: hidden;
	text-align: left;
	height: 270px;
  }
.productsFoot .InfoArea  a {
	color: #001586;
	text-decoration: none;
	font-weight: bold;
}

.productsFoot a.Price {
	margin: 2px 2px 2px 0px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
}
.productsFoot .rrp {
	font-size: 0.9em;
}
.productsFoot .saving {
	color: #349F00;
	font-size: 1.2em;
}
.productsFoot .Price .amount {
	font-size: 1.2em;
	color: #000000;
}
.productsFoot .stock {
	font-weight: bold;
	color: #349F00;
	padding-left: 0px;
}
.productsFoot  .outstock {
	font-weight: bold;
	color: #CC0000;
	padding-left: 0px;
}
.productsFoot .description {
	margin-top: 4px;
	margin-bottom: 4px;
}
.productsFoot a.Price:hover {
      color: #CC0000;
  }

  .productssEnd {
      clear: both;
  }
.categoryImage {
	padding-right: 12px;
}
.CategoryText {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.subCategories {
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
	background-color: #F3F2FF;
}


.subCategories .subCategoriesInner {
	padding: 10px;
	display: block;
	overflow: hidden;
}
.subCategoriesImage {
	float: left;
	display: block;
	margin-right: 8px;
}
.subCategoriesDescription h2 a {
	font-size: 0.9em;
	text-decoration: none;
}

.subCategoriesImage   img {
	margin-top: 2px;
}
.subCategoriesDescription {
	float: left;
	width: 510px;
}
.subManufacturers {
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
	background-color: #F3F2FF;
}


.subManufacturers .subManufacturersInner {
	padding: 10px;
	display: block;
	overflow: hidden;
}
.subManufacturersImage {
	float: left;
	display: block;
	margin-right: 8px;
}
.subManufacturersDescription h2 a {
	font-size: 0.9em;
	text-decoration: none;
}

.subManufacturersImage   img {
	margin-top: 2px;
}
.subManufacturersDescription {
	float: left;
	width: 500px;
}
.viewCategory {
	font-weight: bold;
}
.show .showing {
	float: left;
	margin-top: 4px;
	font-weight: bold;
}
.show .sort {
	float: right;
}
.show {
	margin-right: 6px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.ProductListBox,
.CrossellingCount,
.BundledProductsTable{
	width: 100%;
	clear: both;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 5px;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 0;
  }
.ProductListBox {
	margin-top: 1px;
	margin-bottom: 8px;
  }

  td.productsBox table {
	vertical-align: top;
	background:  #F3F2FF;
  }

  .ProductListBox tr td,
  .CrossellingCount tr td,
  .BundledProductsTable tr td {
	padding: 5px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	background:  #F3F2FF;
	width: 33%;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
  }

  .ProductListBox tr td {
      text-align: left !important;
  }

  .ProductListBox tr td img,
  .CrossellingCount tr td img,
  .BundledProductsTable tr td img {
      margin: auto;
  }

  .CrossellingCount .CrossellingInfoArea,
  .BundledProductsTable BundledProductsInfoArea {
      background:  #F3F2FF ;
      text-align: left;
      padding: 4px 0 4px 0;
  }

.CrossellingCount .Price,
.CrossellingCount .FloatRight,
.BundledProductsTable .Price,
.BundledProductsTable .FloatRight {
      background:  #F3F2FF ;
}

.ProductListBox div.ImageArea,
div.CrossellingImageArea,
div.BundledProductsImageArea {
      background: #ffffff;
      white-space: nowrap;
      padding: 0;
}

.ProductListBox div.ImageArea {
      text-align: center;
}

.ProductListBox div.InfoArea {
	position:relative;
	height: 100%;
	_height: auto;
	padding-bottom:0px;
	
}
.ProductListBox div.InfoArea h2 {
	margin: 4px 0 2px 0;
  }
.ProductListBox div.InfoArea h2 a {
	text-decoration: none;
	font-size: 0.9em;
}
.ProductListBox div.InfoArea h2 a:hover {
	text-decoration: underline;
	color: #B15327;
}
.ProductListBox a.Price {
	margin: 2px 2px 2px 0px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 10pt;
	color: #CC0000;
	text-decoration: none;
}
.ProductListBox .rrp {
	font-size: 0.9em;
}
.ProductListBox .saving {
	color: #CC0000;
	font-size: 1.2em;
	margin-bottom: 4px;
}
.ProductListBox .Price .amount {
	font-size: 1.2em;
	color: #000000;
}
.ProductListBox .stock {
	font-weight: bold;
	color: #349F00;
	margin-top: 4px;
	margin-bottom: 4px;
}
.ProductListBox  .outstock {
	font-weight: bold;
	color: #CC0000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.ProductListBox .description {
	margin-top: 4px;
	margin-bottom: 4px;
}
.ProductListBox a.Price:hover {
      color: #CC0000;
  }
.product {
	display: block;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}

.product .productLeft {
	display: block;
	float: left;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 4px;
}
.product .productRight {
	display: block;
	float: left;
	width: 396px;
	padding-right: 4px;
}

  td.productsBox table {
      vertical-align: top;
      background:  #F3F2FF ;
  }
.priceBox {
	border: 0px; 
	color: #000000; 
	width: 54px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	padding: 0px;
	background-color: #F3F2FF;
}
.priceBox2 {
	border: 0px; 
	color: #000000;
	background-color: #F3F2FF;
	width: 54px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	padding: 0px;
}
.inStock {
	font-weight: bold;
	color: #349F00;
	margin-top: 4px;
	margin-bottom: 4px;
}
.outStock {
	font-weight: bold;
	color: #CC0000;
	margin-top: 4px;
	margin-bottom: 4px;
}

.addthis_toolbox {
	margin-bottom: 6px;
	margin-left: 454px;
}
.moreCrystals {
	background-image: url(skin/images/btn-more-left.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 2px;
	margin-right: 2px;
	display: table;
	margin-top: 8px;
}
.moreCrystals .moreCrystalsInner {
	background-image: url(skin/images/btn-more-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	display: table-cell;
}
.moreCrystals .moreCrystalsInner a {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 54px;
	display: block;
	font-family: "Century Gothic", Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
.moreCrystals .moreCrystalsInner a:hover {
	color: #FFF2BF;
}
.bundleBox {
	background-image: url(skin/images/mediumblue-bg-top.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	width: 400px;
}
.bundleBox .bundleBoxInner {
	padding: 10px;
	background-image: url(skin/images/mediumblue-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 380px;
}
.bundleProductsBox {
	width: 380px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.bundleProductsImage {
	display: block;
	margin-right: 10px;
	width: 100px;
	float: left;
	overflow: hidden;
}
.bundleProductsDetails {
	float: left;
	display: block;
	overflow: hidden;
	width: 270px;
}
.bundlePrice {
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
}
.basket th {
	background-color: #B16335;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.basket .basketTable {
	background-color: #EAEDF3;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.basket .basketTableBottom {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
}

.quote {
	background-color: #f3f2ff;
	display: block;
	padding: 10px;
}.StandarTable {
	padding: 4px;
}
.standardTable th {
	padding: 4px;
	background-color: #D09259;
	color: #FFFFFF;
}
.standardTable td {
	background-color: #F3F2FF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

input.checkout {
	width: 180px;
}.paymentFrame {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
.paymentContent {
	background-color: #FFFFFF;
	height: 400px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A95531;
	border-bottom-color: #A95531;
	border-left-color: #A95531;
}

