/* General page layout  begin */
body {
  margin: 0px;
  background: #f2f2ea;
  color: #333333;
  font-size: 12px;
  font-style: normal;
  font-family: tahoma, arial, verdana, arial, sans-serif;
}

.wrap_h {
  padding-bottom: 200px;
}
a{
  color: #000;
  t ext-decoration: underline;
}
#footer a, #footer a:visited {
  color: #FFF;
}
a:hover {
  color: #da5820;
  text-decoration: none;
}
/*--------*/
form {
  display: inline;
  margin: 0;
}
input, select {
  font-size: 11px;
  color:#333333;
  
}
input[type="text"], input[type="password"] {
  background-color:#FCFCFC;
	border: #C5C5C5 1px solid;
}
/*input.transpng {
  behavior: url("png.htc");
}

img.transpng {
  behavior: url("png.htc");
}

*/
textarea {
  width: 100%;
  font: 11px Arial,Helvetica,sans-serif;
  color:#333333;
  background-color: #FCFCFC;
	border: #C5C5C5 1px solid;
	margin-right: 20px;
	margin-bottom: 10px;
}
/*--------*/
td {
  font-size: 12px;
  line-height: 1.2;
}
TD.main, P.main {
  line-height: 1.5;
  color: #000000;
}
.contentBox td.main, .contentBox P.main {
  color: #333;
}
TD.mainBold, P.mainBold {
  line-height: 1.5;
  font-weight: bold;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}
.bold {
  font-weight: bold;
  line-height: 1.5;
}
.boxText {
}
/*--------*/

img.infoBoxSpacing {
  width: 0px;
  height: 0px;
}
.productBG {
  background-position: left top;
  background-image: url(images/product_bg.gif)
}
.lineV {
  background: url(images/line_V.gif) repeat-y left top;
}

.lineV1 {
  background: url(images/line_V.gif) repeat-y right top #FFF;
}

.lineH {
  background: url(images/line_H.gif) repeat-x left top;
}
/*--------*/
/*
.left_bg {
  background-image: url(images/infobox/ib_l_bg.gif);
}

.center_bg {
}
.right_bg {
}
*/

/* message box */
.inputRequirement {
  color: #ff0000;
  vertical-align: top;
}
td.inputRequirement {
  padding: 10px 25px;
  visibility: hidden;
}
.messageBox {
}
.messageStackError, .messageStackWarning {
  background-color: #ffb3b5;
}
.messageStackSuccess {
  background-color: #99ff00;
}
.line {
  border-color: #DEDEDE;
}

.errorBox {
  background: #ffb3b5;
  font-weight: bold;
}
.stockWarning {
  color: #cc0033;
}
.productsNotifications {
  background: #f2fff7;
}
/* General page layout  end */


/* Header layout  begin */
table.header {
}
tr.header {
}
td.header {
  color: #ff00ff;
}
td.header a:link, td.header a:visited {
  color: #4d4d4d;
  text-decoration: underline;
}
td.header a:hover {
  color: #c34f1d;
  text-decoration: underline;
}
td.headerNavigation {
  color: #ffffff;
}
a.headerNavigation, a:visited.headerNavigation {
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover.headerNavigation {
  color:#e6e0d2;
  text-decoration: underline;
}
TR.headerError {
  background: #ff0000;
}
TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
TR.headerInfo {
  background: #00ff00;
}
TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* Header layout  end */


/* Content layout  begin */
td.pageHeading, DIV.pageHeading {
  font-size: 24px;
  color: #FFF;
  padding: 5px 0 2px 5px;
  text-align: left;
  font-family: Arial, sans-serif;
}
/*----categories----*/
#category-nav {
  background: url(images/sidebar-bottom.gif) no-repeat 0 bottom;
  padding-bottom: 11px;
}
#category-nav a, #category-nav a:visited {
  color: #4e4e4e;
}
#category-nav a:hover {
  color: #da5820;
}
dl.level1 {
  b order-bottom: 1px solid #cacac3;
}
#category-nav dl {
  margin: 0;
  padding: 0;
}
#category-nav dt {
  margin: 0;
  padding: 5px 5px 5px 30px;
  background: #FFF url(images/sidebar-fill.png) repeat-y 0 0;
}
#category-nav dd {
  margin: 0;
  padding: 0 0 0 7px;
  border-left: 1px solid #cacac3;
}
#category-nav dt.level-sel {
  background: #dddddd url(images/infobox/bg_1.gif) no-repeat 0 0;
}
#category-nav dt.level-act {
  background: #dddddd url(images/infobox/bg_2.gif) no-repeat 0 0;
}
#category-nav dt.level-sel a, #category-nav dt.level-sel a:visited {
  color: #4e4e4e;
  font-weight:bold;
}
#category-nav dt.level-sel a:hover {
  color: #da5820;
}
#category-nav dt.level-act a, #category-nav dt.level-act a:visited {
  color: #da5820;
  font-weight:bold;
}
#category-nav dt.level-act a:hover {
  color: #da5820;
}
td.infoboxcell {
  padding-bottom: 10px;
}
.infoBoxNotice {
  background: #ff8e90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
}
td.infoBox, span.infoBox {
}
/*--------*/
table.infoboxHeading {
  /*background-image:url(images/sidebar-yellow.gif);*/
  /*background-image: url("images/nav.png");*/
  background: url(images/sidebar-blue.gif);
  color:#FFFFFF;
  font-size:18px;
  font-weight:bold;
  height:40px;
  line-height:40px;
  /*width: 310px;*/
  /*width: 200px;*/
}
td.infoBoxHeadingLeft {
  width: 30px;
  height: 23px;
}
td.infoBoxHeadingCenter {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 3px;
}
td.infoBoxHeadingRight {
  width: 20px;
  height: 23px;
  padding-right: 15px;
}
/*--------*/
.infobox {
  /*width: 100%;*/
  width: 200px;
}
td.infoBoxContentsLeft {
  width: 30px;
  font-size:0;
}
td.infoBoxContentsRight {
  font-size:0;
  width: 15px;
}
/*--------*/
table.infoBoxContents {
  color: #FFFFFF;
}
td.infoBoxContents {
  
}

table.infoBoxContents td.productNameCell {
  color: #000;
  text-align: left;
  padding-top: 5px;
  vertical-align: bottom;
}
table.infoBoxContents td{
  color: #ffffff;
}

table.infoBoxContents table.productTable td.productNameCell a:link, table.infoBoxContents table.productTable td.productNameCell a:visited{
  /*color: #000;*/
  color: #00B7DA;
  text-decoration: underline;
}
table.infoBoxContents table.productTable td.productNameCell a:hover {
  /*color: #f2f2ea;*/
  color: #da5820;
  text-decoration: underline;
}

table.infoBoxContents td.productPriceCell {
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
}
table.infoBoxContents .productPriceSpecial {
/*  color: #ffffff; */
}
table.infoBoxcontents .productpriceold {
  color: #aebff8;
  text-decoration: line-through;
}
table.infoBoxContents .productPriceCurrent {
  color: #333333;
  font-weight: bold;
}

table.infoBoxContents a.infoBoxLink, table.infoBoxContents a.infoBoxLink:visited{
  color: #ffffff;
  text-decoration: underline;
}
table.infoBoxContents a.infoBoxLink:hover {
  color: #f2f2ea;
  text-decoration: underline;
}
/*----infobox Right----*/
table.infobox1Heading {
  /*width: 100%;*/
  width: 200px;
  background: url(images/sidebar-blue.gif);
  /*background: url("images/nav.png");*/
}
td.infoBox1HeadingLeft {
  width: 20px;
  height: 23px;
  padding-left: 12px;
}
td.infoBox1HeadingCenter, td.infoBoxHeadingCenter {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
}
td.infoBox1HeadingRight {
  width: 17px;
  height: 23px;
  padding-right: 15px;
}
/*--------*/
.infobox1 {
  *height: 1%;
  width: 200px;
}
.infobox1 tr, .infobox tr {
/*
  background-image: url(images/sidebar-fill.png);*/
  background-repeat: repeat-y;
  background-position:  0 0;
  background-color: #FFF;
}
.infoboxBottom {
  background: 0 none !important;
}
.infobox1 tr.bottom_corners, .infobox tr.bottom_corners {
  background: none !important;
}
.infobox1 tr tr, .infobox tr tr {
  background: 0 none !important;
}
td.infoBox1ContentsLeft {
  width: 46px;
  font-size:0;
  
}
td.infoBox1ContentsCenter, td.infoBoxContentsCenter {
  padding: 3px 10px 10px;
  
}
td.infoBox1ContentsRight {
  font-size:0;
  width: 21px;
}
/*--------*/
table.infoBox1Contents {

}
table.infoBox1Contents td.productNameCell {
  color: #333333;
  text-align: left;
  padding-top: 5px;
  vertical-align: bottom;
}

table.infoBox1Contents td.productNameCell a:link, table.infoBoxContents td.productNameCell a:visited{
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
table.infoBox1Contents td.productNameCell a:hover {
  color: #da5820;
  text-decoration: underline;
}

table.infoBox1Contents td.productPriceCell {
  font-weight: bold;
  text-align: left;
  padding-top: 5px;
}
table.infoBox1Contents .productPriceSpecial {
/*  color: #da5820; */
}
table.infoBox1contents .productPriceOld {
  color: #cccccc;
  font-weight: bold;
}
table.infoBox1Contents .productPriceCurrent {
  color: #111111;
  font-weight: bold;
}

table.infoBox1Contents a.infoBoxLink, a.infoBoxLink:visited{
 /*color: #333333;*/
 color: #00B7DA;
  text-decoration: underline;
}
table.infoBox1Contents a.infoBoxLink:hover {
  color: #da5820;
  text-decoration: underline;
}
/*----contentbox----*/
td.contentBoxHeadingLeft {
  font-size: 0;
  width: 24px;
  background: #7985ae url(images/infobox/ib_l_bg.gif);
}
.contentBoxHeadingCenter {
  font-size: 18px;
  color:#00B7DA;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 0 10px 0; 
  text-decoration: none;
}
.mainbox .contentBoxHeadingCenter {
  padding: 0 0 10px 0;
  background: transparent;
}
.mainbox .top_corners2, .mainbox .top_corners {
  display: none;
}
.account_history_page .contentBoxHeadingCenter {
  padding-right: 20px;
}
.account_history_page .paginator {
  margin-bottom: 1em;
}
.account_page .contentBoxHeadingCenter {
  background: #FFF;
}
td.contentBoxHeadingRight {
  font-size: 0;
  width: 23px;
  background: #7985ae url(images/infobox/ib_l_bg.gif);
}


.paginator2 {
  margin-top: 25px;
}

.paginator2 a.pageResults {
  color: #a1a1a1;  
  text-decoration: none;
  margin: 3px;
  padding: 11px 8px;
  font-weight: bold;
}
.paginator2 b {
  color: #525252;
  margin: 3px;
  background: url(images/paginator_links.jpg) center center no-repeat;
  padding: 10px;
}
.paginator2 a.prev_next {
  color: #FFF;
  text-decoration: none;
}
.paginator2 a:hover.prev_next {
  color: #FFF;
  text-decoration: underline;
}
.paginator2 td {
  padding: 10px;
}






/*--------*/
.contentboxfooter {
  padding:1px 0 4px 0;
  height: 42px;
}
.contentboxfooter  .contentboxFooterCenter {
  background-image: url(images/deal-middle.gif);
  background-repeat: repeat-y;
  padding: 0 10px;
}
.subscribe_page .contentboxfooter  .contentboxFooterCenter {
  background: #FFF;
  padding-top: 2px; padding-bottom: 2px;
}
/*--------*/
.contentBox {
/*  width: 589px;*/
 width: 589px;
  border-collapse: collapse;

}
td.contentBoxContentsLeft {
}
td.contentBoxContentsCenter {
  width: 100%;
}
td.contentBoxContentsRight {
}
td.contentBoxContents {
}
table.contentBoxContents {
  height: 100%;
  background-image: url(images/deal-middle.gif);
  background-repeat:repeat-y;
  w idth: 589px;  
  padding: 0 15px;
}
.content_right {
  background: url(images/deal-middle.gif) right 0   repeat-y;
}
.content_left {
  background: url(images/deal-middle.gif) 0 0 repeat-y;
}
.td_rl {
  background: #FFF;
}
.contentBoxpadd {
  padding: 0 10px 5px;
}

table.contentBoxContents .contentBoxContents {
  background: transparent;
}
.checkoutBlock .contentBoxContents .main {
  padding: 5px 0;
}
td.productColumnSell {
  text-align: left;
  padding: 5px 10px;
  /*background: #FFF;*/
  vertical-align: top;
}
table.productTable {
  height: 100%;
  font-size: 0px;
}
td.productImageCell {
  vertical-align: top;
  text-align: left;
}
td.productNameCell {
  text-align: left;
  vertical-align: bottom;
}
td.productNameCell a:link, td.productNameCell a:visited{
  font-weight: bold;
  text-decoration: none;
  text-decoration: underline;
}
td.productNameCell a:hover {
  font-weight: bold;
  text-decoration: underline;
}

td.productPriceCell {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.productPriceSpecial {
  color: #da5820;
  font-weight: bold;
}
.productPriceOld {
  color: #aebff8;
  text-decoration: line-through;
  font-weight: bold;
}
.productPriceCurrent {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}

.productPriceCurrent_1 {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
/*----product listing----*/
.productListing-heading {
  background-color:#9ce1ff;
  height: 35px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 3px;
  text-align: center;
}
.shopping_cart table.productListing {
  background-color:#FFFFFF;
}

a.productListing-heading, a.productListing-heading:visited{
  color: #ffffff;
  text-decoration: underline;
}
a.productListing-heading:hover {
  color: #f2f2ea;
  text-decoration: underline;
}

#firstHeadingSell, #firstContentSell {
  padding-left: 5px;
}
.shopping_cart_page #firstHeadingSell {
  width: 50px !important;
}
#firstContentSell {
  font: bold 14px Arial, sans-serif;
  color: #cacaca;
  vertical-align: middle;
  text-align: left;
}
#lastHeadingSell, #lastContentSell {  
  text-align: right;
}
#lastContentSell {
  padding-right: 15px;
}
.productListing-data .sp_name, .sp_name {
  color: #00b7da;
  font: bold 14px Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.productListing-bottom {
  font-size: 0px;
  color: #ffffff;
}
.productlisting-headingPrice {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}
TD.productListing-data {
  padding: 12px 2px;
}

tr.productListing-data {
  background: #FFF;
}
 .shopping_cart_page TD.productListing-data {
  padding:  30px 2px 12px 2px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
TD.productListing-data .productListing-data {
  padding: 0;
  border-bottom: 0 none !important;
}
TD.productListing-data select {
  width: 70px;
  color: #9a9a9a;
  line-height: 1;
  border: 1px solid #b4c1c8;
  text-align: right;
  font-weight: bold;
}
.productListing-data .rating {
  font-size: 11px;
  white-space: nowrap;
}
.productListing-data .rating strong {
  float: left;
}
.productListing-data .rating div {
  margin-left: 50px;
}
A.pageResults {
}
A:visited.pageResults {
}
a:hover.pageResults {
}
/* Checkout confirmation */
.orderEdit {
  color: #7885ad;
  text-decoration: underline;
  font-size:10px;
  text-transform:none;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}
TR.productListing-even {
  background-image:url(images/deal-middle.png);
  background-repeat:repeat-y;  
}
.shopping_cart TR.productListing-even {
  background: #FFF;  
}
.shopping_cart TR.productListing-odd {
  background-color: #eeecec;  
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even,  TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}
/* Used on forms */
TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}
TD.fieldValue {
  font-size: 12px;
}
/* Used on index_nested index_products */
TD.category_desc {
  line-height: 1.5;
}
/* Shopping cart box */
SPAN.newItemInCart {
  color: #da5820;
  text-decoration:none;
  font-weight: bold;
}
SPAN.greetUser {
  font-size: 11px;
  color: #7985ae;
  text-transform: uppercase;
  font-weight: bold;
}
/* Shopping cart, checkout */
SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}
.sub_total {
  margin-top: 20px;
  float: right;
}
.sub_total .pt_title {
  color: #9a9a9a;
  display: block;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
}
.sub_total .pt_body {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.sub_total .main {  
  vertical-align: top;
}
.sub_total td {
 background: url(images/sc_13.gif) 0 0 repeat-x;
}
.total_price {
  background: url(images/sc_total.gif) 0 0 no-repeat;
  margin: 3px 0px 3px 10px;
  height: 52px; 
}
.total_price div {
  background: url(images/sc_total.gif) right 0 no-repeat;
  margin-left: 15px; 
  padding-right: 15px;
   
  height: 52px;
}
.total_price .pt_title {
  color: #FFF;
  padding-top: 9px;
}

SPAN.errorText {
  color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
  background: #FFF url(images/row_bg.png) 0 bottom repeat-x;
  cursor: pointer;
  cursor: hand;
}
.moduleRowSelected {
  background: #FFF url(images/row_bg.png) 0 bottom repeat-x;
}

.address_book_page .moduleRowOver {
  background: #ccc;
}
.checkoutBarFrom, .checkoutBarTo {
  color: #8c8c8c;
}
.checkoutBarCurrent {
  color: #c34f1d;
  font-weight:bold;
}
/* Content layout  end */


/* Footer  layout begin */
table.footer {
  background: url(images/footer_bg.gif) repeat-x top left;
}
td.footer {
  font-size: 11px;
  font-weight: normal;
}
table td.footer a:link, table td.footer a:visited {
  color: #333333;
  text-decoration: underline;
}
table td.footer a:hover {
  text-decoration: none;
  color: #ff6e0d;
}
/* Footer layout end */
.cat_border{
  border:1px solid #c34f1d;
}

#id_mysql_error{
  position:absolute;
  width:70%;
  background:#fddbdb;
  border:1px solid #525252;
  left:14%;
  top:50px;
}
#id_mysql_error td{
  font-size:11px;
  font-family:tahoma;
}
#id_mysql_error .heading{
  background:url(images/heading.gif);
  height:23px
}
#id_mysql_error .heading .heading{
  background:none;
  padding-left:15px;
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
}
#id_mysql_error .close{
  text-align:right;
  padding-right:3px;
}
#id_mysql_error .error{
  padding:15px 15px 30px 15px;
}
.deal_expired { 
  color:#ff0000 !important;
  font-size:12px;
}

.quantity {
  padding: 5px 0;
}

.pageHeading .pagehead {
  position: relative;
}
.both {
  clear: both;
}
.top_corners, .top_corners div {
  background-image: url(images/deal-top.gif);  
}
.auc .content_left, .auc .content_right{
  width: 15px;
}
.bottom_corners, .bottom_corners div {
  background-image: url(images/deal-bottom.gif);
}
.top_corners, .top_corners div, .bottom_corners, .bottom_corners div {
  background-repeat: no-repeat;
  *line-height: 9px;
  *font-size: 0;  
}
.create_account_page .right_bg, .account_page .right_bg, .subscribe_page .right_bg, .checkout_page .right_bg, .login_page .right_bg, .password_forgotten_page .right_bg, .shopping_cart_page .right_bg, .checkout_confirmation_page .right_bg, .reviews_page .right_bg, .contact_us_page .right_bg, .account_edit_page .right_bg, .information_page .right_bg, .create_account_success_page .right_bg, .account_history_info_page .right_bg, .faqdesk_index_page .right_bg, .checkout_success_page .right_bg, .account_password_page .right_bg, .history_page .right_bg {
  display: none;
}

.shopping_cart_page #subscribe, .password_forgotten_page #subscribe, .checkout_page #subscribe, .reviews_page #subscribe, .information_page #subscribe {
  display: none;
}

.create_account_page .history, .create_account_page .contentBox, .account_page .history, .subscribe_page .contentBox, .checkout_page .history, .checkout_page .contentBox  {
  width: 100%;
}
.create_account_page .top_corners, .account_page .top_corners, .create_account_page .top_corners div, .account_page .top_corners div, .subscribe_page .top_corners, .subscribe_page .top_corners div, .checkout_page .top_corners, .checkout_page .top_corners div, .login_page .top_corners, .login_page .top_corners div,
 {
  background-image: url(images/content-top-lrg.png);
  height: 9px;
  background-repeat: no-repeat;
}









/*
.create_account_page .bottom_corners, .create_account_page .bottom_corners div, .account_page .bottom_corners, .account_page .bottom_corners div, .subscribe_page .bottom_corners, .subscribe_page .bottom_corners div, .checkout_page .bottom_corners, .checkout_page .bottom_corners div, .login_page .bottom_corners, .login_page .bottom_corners div,*/
.bottom_corners2 div, .bottom_corners2 
 {
  background-image: url(images/content-bottom-lrg.png);
  height: 9px;
  background-repeat: no-repeat;
}
.top_corners, .bottom_corners {
  background-position: 0 0;
  clear: both;
}
.top_corners div, .bottom_corners div {
  height: 21px;
}
.create_account_page .contentBox .main, .checkout_page .contentBox .main {
  height: 35px;
  padding: 0 5px 0 0; 
}
.create_account_page .contentBox .main {
   padding:0 20px;
}
.create_account_page table.contentBoxContents, .account_page table.contentBoxContents, .subscribe_page table.contentBoxContents, .checkout_page table.contentBoxContents {
  background: #FFF;
}
.create_account_page table.contentBoxContents, .account_page table.contentBoxContents, .subscribe_page table.contentBoxContents {
  wid th: 904px;
}
.contentBox .inputRequirement {
  padding: 0;
}
.inputRequirement input, .inputRequirement select {
  b order: 1px solid red !important;
}
.inputRequirement input:focus, .inputRequirement input:hover, .inputRequirement select:hover, .inputRequirement select:focus  {
  /*border: 2px solid red !important;*/
}
.paginator td {
  color: #FFF;
}
.paginator a:link,.paginator a:visited {
  color: #FFF;
}
.paginator a:active, a:hover {
  color: #da5820;
}
.account_page .table .main {
  text-align: center;
}

.subscribe_content .main {
  padding-left: 2em;
}

.heading_img {
  margin-right: 5px;
  vertical-align: baseline;
}
.checkoutBlock {
  width: 903px;
}

.checkout_page .contentBoxHeadingCenter , .checkout_page .contentboxFooterCenter{
  background: #FFF;
}

.border_f {
  border: 1px solid #c5c5c5;
  b order-style: none solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 20px 20px 70px 20px;
}
.checkout_page .border_f {
  margin-bottom: 20px;
}
.border_f_top, .border_f_bottom {
  width: 100%;
}
.border_f_top td {
  width: 50%;
  height: 10px;
  font-size: 1px;
  line-height: 1px;
}
.border_f_top .f1 {
  background: url(images/form-l-top.png) 0 0 no-repeat;
}
.border_f_top .f2 {
  background: url(images/form-l-top.png) right 0 no-repeat;
}
.border_f_bottom .f1 {
  background: url(images/form-l-bottom.png) 0 0 no-repeat;
}
.border_f_bottom .f2 {
  background: url(images/form-l-bottom.png) right 0 no-repeat;
}

.ca_submit {
  position: absolute; margin-left: 315px; -margin-left: -300px;
}

.create_account_page #nav, .create_account_success_page #nav {
  margin-bottom: 20px;
}
.create_account_page td.inputRequirement {
  display: none;
}
.create_account_page #contentwrap {
  margin-top: 0;
}
.create_account_page .pageheader {
  top: -40px;
}
.ch_submit { 
  padding-right: 20px;
}

.checkout_page .main.black-14-bold {
  padding-left: 1em !important;
  vertical-align:top;
  /*border: 1px solid red;*/
}

span.ch_find_postcode { 
  /*padding-left:30px;*/
  font-weight: bold;
}

.box {
  width: 
}
td.mainbox {
  padding: 0 30px;
  background-color: #FFF;
}
td.mainbox2 {
  background-color: #FFF;
}
.top_corners2,.top_corners2 div {
  background-image: url(images/content-top-lrg.png);
  height: 9px;
  background-repeat: no-repeat;
}
.bottom_corners2 div, .bottom_corners2 {
  background-image: url(images/content-bottom-lrg.png);
  height: 9px;  
}
.top_corners2, .bottom_corners2 , .top_corners, .bottom_corners {
  background-position: 0 0;
  margin-right: 15px;
  -position: relative;
  -height: 1%;
}
.top_corners2 div, .bottom_corners2 div, .top_corners div, .bottom_corners div {
  background-position: right 0;
  margin-left: 30px;
  margin-right: -15px;
  font-size: 0;
  line-height: 0;
  
  background-repeat: no-repeat;
  -position: relative;
}
.tlc1 , .trc1, .tcc1 {
  background-image: url(images/deal-top.gif);
  height: 21px;
}

.tlc1, .blc1 {
  background-position: 0 0;
}
.trc1, .brc1 {
  background-position: right 0;
}
.tcc1, .bcc1 {
  background-position: -30px 0;
  background-color: #FFF;
}
.blc1 , .brc1, .bcc1 {
  background-image: url(images/deal-bottom.gif);
  height: 13px;
  font-size: 0;
}

.tlc2 , .trc2 {
  background-image: url(images/content-top.gif);
  height: 9px;
  font-size: 0;
  width: 50%;
}
.tlc2, .blc2 {
  background-position: 0 0;
}
.trc2, .brc2 {
  background-position: right 0;
}
.blc2 , .brc2 {
  background-image: url(images/content-bottom.gif);
  height: 9px;
  font-size: 0;
  width: 50%;
}
.bigi {
  margin-right: 30px;
}
.form-left-big-text {
  
}
.pass_message {
  padding: 20px 0 10px;
}



.form-left-content-text2 {
  background-color: #FAFAFA;
  border: 2px solid #EDEDED;
  height: 36px;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 280px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 34px;
}
.form-left-content-text2:focus, .form-left-content-text2.focus {
  border: 2px solid #B8ED74;
  background: #FFF;
  height: 36px;
}

.no_bg, .no_bg td {
  background: transparent !important;
}
.no_bg_color {
  background-color: transparent !important;
}



.p_tabs {
  border-bottom: 1px solid transparent;
}

.t_underline {
  text-decoration: underline;
}
.t_rating {
  padding: 10px 0 32px;
  clear: both;
}
.ratimg, .ratt1, .ratt2 {
  float: left;
}
.ratt1 {
  font-weight: bold;
}
.view_links {
  color: #575757;
  font-size: 14px;
  font-weight: bold;
  float: right;
  margin: 0 10px;
  text-transform: uppercase;
}


.account_edit_page form .inputRequirement {
  margin: 0 15px 0 5px;
}
form .inputRequirement
.ihidden {
  visibility: hidden;
}

.form-top {
  width: 640px;
}
.form-top .top-left {
  background: url(images/form-l-top.png) 0 0 no-repeat;  
}
.form-top .bottom-left {
  background: url(images/form-l-bottom.png) 0 0 no-repeat; 
}
.form-top .top-left, .form-top .bottom-left {
  width: 50%;
  height: 10px;
  font-size: 0;
}
.form-top .top-right {
  background: url(images/form-l-top.png) right 0 no-repeat;
  font-size: 0;
}
.form-top .bottom-right {
  background: url(images/form-l-bottom.png) right 0 no-repeat;
}
.nob_m {
  margin-bottom: 0;
}
.cra_p {
  padding: 20px 40px 40px;
}

.nobr {
  white-space: nowrap;
}
.wrap_h .main .spin {
  width: 187px; vertical-align: middle; margin-bottom: 0;
}

.btop {
  position: relative;
  top: -10px;
}

.new_prod a > img, .infoBox1Contents .productImageCell a > img {
    height: 36px;
    width: 36px;
}

.noProd
{
	background-color: #FFFFFF;
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    height: 80px;
    text-align: center;
}

.searchBtn
{
	background: url("images/buttons/english/button_search.png") repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 0;
    height: 28px;
    vertical-align: top;
    width: 92px;
    cursor: pointer;
}
