/**SEARCH FACILITY
********************/
#searchBox
{
  width: 180px;
  height: 40px;
  
  padding: 8px;
  margin: 0px 0px 10px 0px;
  
  background-image: url(../styleImages/backgrounds/bg-searchBox.gif);
}

#inputSearchBox
{
  width: 167px;
  height: 17px;
  
  padding: 2px 5px;
  margin: 0px 0px 2px 0px;
  
  font-size: 11px;
  
  border: 1px solid #007bc7;
  
  background-image: url(../styleImages/backgrounds/bg-inputSearchBox.gif);
  background-repeat: no-repeat;
  background-position: 157px center;
}

#advSearchLink
{
  padding-left: 10px;
  
  font-size: 11px;
  color: #FFFFFF;
  
  text-decoration: none;
  
  background-image: url(../styleImages/backgrounds/bg-linkWhite.gif);
  background-repeat: no-repeat;
  background-position: 1px center;
}

/**GENERAL FORM ELEMENTS
*****************************/	
form {margin: 0px;padding: 0px;}
form#GiftCert {	margin-left:10px;}
input { vertical-align: middle;}
.textbox {
	color: #5E5E5E;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

/*input#email {margin-left:10px;width:110px;}*/

.textboxDisabled {
	color: #666666;
	background: #FFFFFF;
	border: 1px dashed #CCCCCC;
	font-size: 10px;
	}

.SubmitBtn {
	background:transparent url(../styleImages/icons/button.gif) no-repeat;
	height: 17px;
	width:17px;
	padding:0;
	/* margin:-17px 0 0 0;*/
	text-align:right;
	float:right;
	border:none;
	display:block;
	cursor: pointer;
	}

.AddBtn {
	background:transparent url(../styleImages/icons/add.gif) no-repeat;
	height: 17px;
	width:17px;
	padding:0;
	margin:-17px 0 0 0;
	text-align:right;
	float:right;
	border:none;
	display:block;
	cursor: pointer;
	}


/**GENERAL LIST STYLING
**************************/
ul {margin: 3px 0px 0px 5px;padding: 0px;}
ol {margin: 3px 0px 0px 30px;padding: 0px;}
ol li.num {color: #0190ca;list-style-type:outside;}
ul li {list-style-position: inside;margin: 0px;padding: 0px; }
li.bullet {list-style-type: square;}
li.nobullet {list-style-type:none;margin-left:0;}
li.bulletLrg {list-style-type: square;}


/**GENERAL BUTTONS
*******************/
.UpDateBtn {	
	background-image:url(../styleImages/icons/Rtbutton.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#FFFFFF;
	color: #663366;
	margin:0;
	padding:0 0 3px 25px;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	}

.BlueBg {
	color: #ffffff;
	background: #ffffff;
	font-size:14px;
	margin:0px;
	text-align: right;
	padding:6px 5px 6px 5px;
  margin: 5px;
	}

        .BlueBg a {
            color: #ffffff;
        }
a.txtButton {
    display:inline-block;
	color: #ffffff;
	background-image:url(../styleImages/backgrounds/BuyButton.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:12px;
        font-weight: bold;
	padding:3px 0 0 7px;
	margin:0 0 0 0px;
        text-align: left;
	text-decoration:none;
        height:22px;
        width:150px;
	}

a.txtButton:hover {
	color: #ffffff;
	}
	
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #707070;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
}
a.txtviewCart:hover {
    color: #0190ca;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #707070;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:1px solid #707070;
}
	
.submit {
	color: #FFFFFF;
	background-image:url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat:repeat;
	background-position:left top;
	line-height:14px;
	font-size:12px;
	padding: 3px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	border:4px solid #FFFFFF;
  background-color: #007FCE;
  cursor: pointer;
	}


/**PRICING STYLES
*******************/
.txtOldPrice {/*text-decoration:line-through;*/}
.Sale {color:#32393E;}
.OutOfStock {color:#FF0000;background:#FFFFFF;}
.Save {color:#32393E; background: #000000;}


/**GENERAL LINKS
*****************/
a
{
  color: #007BC8;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

a.txtLink, a.txtSelected, a.txtDefault {  /* aangepast door JWH background uitgezet */
	color: #707070;
	/*background: #FFFFFF;*/
	text-decoration:none;
	font-weight:bold;
	}

a.txtLink:hover, a.txtSelected:hover, 
a.txtSelected:active, a.txtDefault:hover {
	text-decoration: underline;
	font-weight:bold;
	}

a.txtLinkPass, a.txtSelectedPass, a.txtDefaultPass {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
	}

a.txtLinkPass:hover, a.txtSelectedPass:hover, 
a.txtSelectedPass:active, a.txtDefaultPass:hover {
	color: #0190ca;
	text-decoration:none;
	font-weight:normal;
	}

/**YOUR ACCOUNT PAGE
**********************/
#Account ul {margin:20px;}
#Account li {
}

#Account a {
}

#Account a:hover {
}


/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct {
	color: #707070;
	padding: 3px 0px;
	margin: 0px;
	line-height: 20px;
}

.BasketProduct p {
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.BasketProduct span {
	float: right;
	margin: 0px;
	padding: 0px;
	color: #707070;
}


.BasketProduct span .icon {padding-top:4px;}

#BasketItems{
	color: #707070;
  padding: 3px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.TotalItems{
	text-align:right;
	float:right;
	color: #707070;
	font-weight:bold;
	}

#BasketTotal{
	color: #707070;
  
  margin: 0px 0px 10px 0px;
}

#BasketButton
{
  text-align: right;
  
  padding-top: 10px;
  margin-top: 3px;
  border-top: 1px solid #EBEBEB;
}

.TotalPrice{
	text-align:right;
	float:right;
	padding: 0px;
	color: #707070;
	font-weight:bold;
	}

#BasketView {
	text-align: left; 
	margin-top:10px;
	font-size:12px;
	}

a.BasketBtn, a.BasketBtn:hover {
	background-image:url(../styleImages/icons/button.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#707070;
	color: #663366;
	margin:0;
	padding:0 20px 3px 0px;
	text-decoration:none;
	}


/**VIEW CART PAGES
********************/
#CartView {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}
	
form#cart {
	padding-right:5px;
	margin-bottom:20px;
	}

#cartTable {
	margin-bottom:20px;
	}


#cartProgress {
	/*color: #707070;
	background: #FFFFFF;
	padding: 4px;
	width: 350px;
	margin: 0px;*/
 background-color: #EBEBEB;
 color: #707070;
 font-size: 14px;
 margin: 0px 0px 10px 5px;
 clear: both;
}



.txtcartProgressCurrent {
	color: #0190ca;
	background: #FFFFFF;
	font-weight: bold;
	}

.cartProgress
{
  padding: 6px 16px 6px 6px;
  
  float: left;
  
  text-decoration: none;
  
  background-color: #EBEBEB;
  background-image: url(../styleImages/backgrounds/bg-cart.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.cartProgress1
{
  padding: 6px 16px 6px 6px;
  
  float: left;
  
  color: #C3C3C3;
  text-decoration: none;
  
  background-color: #EBEBEB;
  background-image: url(../styleImages/backgrounds/bg-bc-home.gif);
  background-repeat: no-repeat;
  background-position: right;
}

.quickBuy {
	text-align: center;
	color: #707070;
	background:#FFFFFF;
 	padding: 4px 0;
	width:87%;
	margin:0 auto 10px;
	}
	
.tdcartTitle {
	font-weight: bold;
	color: #FFFFFF;
	background:#007BC8;
        margin-top: 10px;
        border-top: 20px;
        border-bottom: 15px;
        border-left:0px;
        border-right:0px;
        border-style: solid;
        border-color: #ffffff;
	}


.tdcartEven {
	background:#E6E6E6; 
	color: #707070;
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	}

.tdcartOdd {
	background: #EFEFEF;
	color: #707070;
	}

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
	}

.txtStockWarn {color: #FF4600;}

.dropDown {
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 9px;
	color: #6F9994;
	}

/**STEP ONE PAGE
******************/
.InfoBox{
	padding: 10px 0;
	margin: 20px 0px 10px;
	border-top: 1px solid #CCCCCC;
	}

.InfoBox .BlueBg {height:30px;}

.InfoBox .BlueBg .Button {
	float:right;
	text-indent:0;
	margin:-20px 10px 0 0px;
	}

.Heading {
	text-transform:uppercase; 
	font-weight:bold; 
	padding-left:10px;
	text-align:left;
	}

.HeadingHalf {
	text-transform:uppercase; 
	font-weight:normal; 
	padding-left:10px;
	text-align:left;
	float:left;
	}


/**EDIT INVOICE PAGE
**********************/
#EditInvoice {margin-bottom:20px;}
#EditInvoice td.nudge80 {padding-left:80px;}


/**PERSONAL PROFILE PAGE
************************/
#Profile {margin:10px auto;}



/**VIEW ORDERS
*****************/
#ViewOrders {margin-bottom:15px;}
#ViewOrdersInfo {margin-bottom:25px;}
#ViewOrdersInfo ol {margin-left:20px;}
#ViewOrdersInfo ol li {list-style-position:outside;}
#ViewOrders .tdcartOdd {background: #EFEFEF;}
#ViewOrders .tdcartEven {
	background: #E6E6E6;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
#ViewOrders a {text-decoration:underline;}
#ViewOrders a:hover {text-decoration:underline;}

/**DEVELLION COPYRIGHT NOTICE
*******************************/
.txtCopyright, a.txtCopyright {
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	background:#32393E;
	font-size:11px;
	}

a.txtCopyright:hover {text-decoration: none;}


/**MISCELLANEOUS 
******************/
.txtError {
	font-weight: bold;
	color: #050F72;
	background: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
	}


.txtOutOfStock {
	color: #FF0000;
	font-size: 75%;
}

#shipping-select {
	width: 110px;
}


