/**GENERAL LIST STYLING
**************************/
ul {margin: 3px 0 0 5px;padding: 0px;}
ol {margin: 3px 0 0 2em;padding: 0;}
ol li.num {color: #044362;list-style-type:outside; font-size:0.9em;}
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;
	}
		
a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited {
	color: #098BCB;
	background-color: #FFF;
	padding:2px 5px;
	margin:3px 0;
	text-decoration:none;
	border:1px solid #044362;
}
a.txtviewCart:hover {
	color: #044362;
	border:1px solid #098BCB;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #098BCB;
	background-color: #FFF;
	padding:2px 5px;
	margin:3px 0;
	text-decoration:none;
	border:1px solid #044362;
}



/**PRICING STYLES
*******************/
.txtOldPrice {text-decoration:line-through;}
.Sale {color:#FFAA00;background:#FFFFFF;}
.OutOfStock {color:#FF0000;background:#FFFFFF;}
.Save {color:#FFAA00; background: #3AB0D6;}


/**GENERAL LINKS
*****************/
a.txtLocation {
	color: #333333;
	background:#FFFFFF;
	text-decoration:none;
	}

a.txtLocation:hover {
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}

a.txtLink, a.txtSelected, a.txtDefault {
	color: #3AA8CC;
	background: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

a.txtLink:hover, a.txtSelected:hover, 
a.txtSelected:active, a.txtDefault:hover {
	color: #FFAA00;
	background: #FFFFFF;
	text-decoration:none;
	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: #FFAA00;
	text-decoration:none;
	font-weight:normal;
	}



/**SHOPPING BASKET HOME PAGE
*****************************/
.BasketProduct {
	color: #FFFFFF;
	padding:3px 0;
	margin:0;
	}

.BasketProduct p {
	padding:0;
	margin:0 5px 0 0;
	line-height:20px;
	}

.BasketProduct span {
	float:right;
	margin:-21px 0 0 0;
	padding:0;
	color: #FFFFFF;
	}

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

.BasketItems{
	margin:3px 0;
	padding:0 3px 5px 0;
	border-top:1px dotted #098BCB;
	color: #044362;
	}

.TotalItems{
	text-align:right;
	float:right;
	margin:0 5px 0 0;
	color: #044362;
	font-weight:bold;
	}

#BasketTotal{
	color: #044362;
	margin:0 0 10px 0;
	padding:0 5px;
	}


.TotalPrice{
	text-align:right;
	float:right;
	margin:0 5px 10px 0;
	padding:0;
	color: #044362;
	font-weight:bold;
	}

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

a.BasketBtn, a.BasketBtn:hover {
	background-image:url(../styleImages/icons/button.gif);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#FFFFFF;
	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;
	}


.cartProgress {
	color: #333333;
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 350px;
	margin: 20px auto;
	text-align:center;
	}

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

.quickBuy {
	text-align: center;
	color: #333333;
	background:#FFFFFF;
 	padding: 4px 0;
	width:87%;
	margin:0 auto 10px;
	}
	
/**STEP ONE PAGE
******************/
#InfoBox {
	margin-top:20px;
	}

#InfoBox td {
	padding: 10px 5px 10px 0;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	}


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



/**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 {color: #FFFFFF;background: #45D2FF;}
#ViewOrders .tdcartEven {
	background: #3DB9E1;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
#ViewOrders a {color:#FFFFFF; text-decoration:underline;}
#ViewOrders a:hover {color: #FFAA00; text-decoration:none;}

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

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


/**MISCELLANEOUS 
******************/
	
#shipping-select {
	width: 110px;
}




