/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Times New Roman, Times, serif; text-align:left; font-size: 16px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

.product_row {
	display:inline-block;
	text-align:center;
	font-size:1.0em;
	font-weight:bold; 
}
.product_image {position:relative;top:20px; }

.product_name {
	position:relative;
	top:35px; 
       /* background-color:#ceebe9;
        padding:2px;
	width:80%;
	border:2px solid #000;
/* Do rounding (native in Safari, Firefox and Chrome) */
       /* -webkit-border-radius: 16px;
        -moz-border-radius: 16px*/

	

}
.product_item {
        height:160px;
        float:left;
        width:140px;
        margin:3px;
	padding:0px;
        background-color: #FFFFFF;
        border:4px solid #01b5cc;
/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 26px;
-moz-border-radius: 26px
    behavior: url(/css/border-radius.htc);
        border-radius:26px;
position: relative;
display: block;
}

BODY {
  background: #ffffff;
  color: #000000;
  margin-left: 40px;
  margin=right: 40px;
}

.TopMenu {
text-align:bottom;
padding:0px;
border:0px;
font-family: "Arial Narrow";
color: YELLOW;
font-weight: bolder;

}

.TopMenu_left {
background-image: url(images/infobox/button_left.jpg);
background-repeat: no-repeat;
height:50px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}

.TopMenu_right {
background-image: url(images/infobox/button_right.jpg);
background-repeat: no-repeat;
height:50px;
border-width:: 0;
}

.TopMenu_centre {
background-image: url(images/infobox/button_centre.jpg);
background-repeat: repeat-x;
height:50px; 
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}



A {
  color: #000000;
  text-decoration: none;
}

img { border: none; } 


A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
  border-color: #FFFF66;
}

.infoBoxContents {
  background: #ceebe9;
  font-family: #ffff00;
  font-size: 10px;
  text-align: left;
}

.infoBoxBlack {
  background: black;
  border-color: black;
}

.infoBoxBlackContents {
  background: black;
  font-family: #fff;
  color:white !important;
  font-size: 10px;
  text-align: left;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Times New Roman, Times, serif;
  font-size: 20px;
  font-weight: Bold;
 background: #ceebe9;
  text-align: center;
  color: #ff0000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
  text-align:left;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main_link, P.main_link {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #ff0000;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallText_cat, SPAN.smallText_cat, P.smallText_cat {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}


TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

#right_header{
        position:relative;
        float: right;
        height: 100px;
        width: 280px;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        border:0px
}
#header_cart span{
        font-weight: bold;
}
#header_cart span.right{
        margin: 0px 5px 0px 0px;
}

#header_cart{
        height: 50px;
        position: relative;
}
#header_cart hr{
        margin: 0px 0px 0px 0px ;
}
#checkout a{
        color: #FFFFFF;
}
#expandbasket{
        width: 105px;
        color: #FFFFFF;
        text-align: center;
        float: left;
        background-image: url("/images/f/background.jpg");
        background-repeat: repeat-x;
}
#cart_close{
        cursor: pointer;
        font-weight: bold;
        position: absolute;
        bottom: 0px;
        left: 5px;
        height: 17px;
        width: 105px;
}
#checkout{
        position: absolute;
        bottom: 0px;
        right: 0px;
        height: 19px;
        width: 105px;
        text-align: center;
}
#cart_view{
        position: absolute;
        top: 45px;
        left: 0px;
        background-color: #FFFFFF;
        border: 1px solid #000000;
        width: 270px;
        display: none;
        padding: 0px 0px 25px 0px
}
#cart_view table{
        font-weight: bold;
        width: 268px;
        margin:5px;
	z-index:-1;
}
#header_account{
        background-image: url("/images/f/background.jpg");
        height: 50px;
        text-align: center;
}
#banner-menu{
position:absolute;
top:83px;
left:0px;
height:13px;
width:40px;
margin:0px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
background-color:white;
border:solid black 2px;
}

#banner-menu a.btn1{
	display: inline-block;
	width: 10px; height: 10px;
	background-image: url(images/banners/yellowred1.png);
	background-position: top;
	text-indent: 0px;
	padding:0px;
	margin:0px;
	
}

#banner-menu a.btn1:hover {
	background-position: bottom;
}

#banner-menu a.btn2{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred2.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn2:hover {
        background-position: bottom;
}
#banner-menu a.btn3{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred3.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn3:hover {
        background-position: bottom;
}
#banner-menu a.btn4{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred4.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn4:hover {
        background-position: bottom;
}

#banner-menu a.btn5{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred5.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn5:hover {
        background-position: bottom;
}
#banner-menu a.btn6{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred6.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn6:hover {
        background-position: bottom;
}
#banner-menu a.btn7{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred7.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn7:hover {
        background-position: bottom;
}

#banner-menu a.btn8{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred8.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn8:hover {
        background-position: bottom;
}

#banner-menu a.btn9{
        display: inline-block;
        width: 10px; height: 10px;
        background-image: url(images/banners/yellowred9.png);
        background-position: top;
        text-indent: -9999px;
}

#banner-menu a.btn9:hover {
        background-position: bottom;
}


#button1 {
	position:relative;
	top: -4px;
	margin:0px;
	padding:0px;
	border-spacing: 0px;
	z-index:20;	

}

#banner-menu a.btnp{
        display: block;
        width: 10px; height: 10px;
        background-image: url(images/banners/buttonpause.png);
        background-position: top;
        text-indent: -9999px;
	z-index:10;
}

#banner-menu a.btnp:hover {
        background-position: bottom;
}

.footer{
	background: url('/images/f/dw-new-sprite.png');
	background-position: -0px -213px;  
	height: 190px;
	position:relative;
	font-family:  Verdana;
	font-size: 13px;
        width:1196px;
        margin-left: auto;
        margin-right: auto;
}

.menu-item{
float:left;
text-align:center;
color:black;
height:25px;
z-index:-11;
font-weight:bold;
font-size:12px;
padding-top:10px;
padding-left:0px;
padding-right:0px;
vertical-align:middle;
border-width:0px;
border-style:solid;
width:85px;
}

.menu-item-large{
width:120px;
float:left;
text-align:center;
height:28.5px;
z-index:-11;
font-weight:bold;
font-size:12px;
padding-top:10px;
padding-left:0px;
padding-right:0px;
vertical-align:middle;
border-width:0px 1px 0px 1px;
border-style:solid;
border-color:grey;
}

.menu-text{
	font color:white; 
	text-transform:uppercase; 
	text-decoration:none;
}

.header{
	background: url('/images/f/dw-new-sprite.png');
	background-position: -0px -43px;  
	height: 160px;
	position:relative;
	width:1196px; 
	margin-left: auto; 
	margin-right: auto;
}

.menu-bar{
	background-image:url(/images/f/dw-new-sprite.png); 
	background-position: -0px -0px; 
	width:1196px;
        margin-left: auto;
        margin-right: auto;
	height: 38px; 
	vertical-align:text-bottom; 
	top: 5px; 
	position:relative;
	z-index:0;

}


.tpc_widget {
 display: none;
 position: relative;
 width: 350px;
 height: 165px;
 top:20px;
 left:40px;
}
#tp_widget .tpc_bg {
 background-color: #FFF719;
}
#tp_widget .tpc_bottom {
 background-color: #FFF719;
}

 .sprites { 
    background-image     : url(/images/f/banner-sprite.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
 } 
 
 #banner-item-button-selected_png { 
    height               : 10px; 
    width                : 10px; 
    background-position  : -0px -0px; 
 } 
 
 #left-button_png { 
    height               : 53px; 
    width                : 26px; 
    background-position  : -10px -0px; 
 } 
 
 #banner-item-button_png { 
    height               : 9px; 
    width                : 10px; 
    background-position  : -36px -0px; 
 } 
 
 #right-button_png { 
    height               : 55px; 
    width                : 25px; 
    background-position  : -46px -0px; 
 } 

 #right_column{
    position:relative;
    top:-100px;
}
 #centre_block{
    position:relative;
    top:-80px;
}

