img {
	border: none;
}
.searchBox {
	color: white;
	background-color: #aaa2af;
	border: none;
	font-size: 12px;
	width: 150px;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	margin-right: 2px;
	margin: 0;
	padding-left: 5px;
	height: 29px;
}

.textbox {
	color: black;
	background-color: #FFFFFF;
	border: 1px solid silver;
	font-size: 11px;
	padding: 5px;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
}

.LPBox{
	width: 300px;
	height: 500px;
}

.productTitle {
	color: silver;
	margin: 0;
	padding: 0;
	font: 22px/25px "Century Gothic", arial;
	text-transform: uppercase;

}

.productcode{
	color: silver;
	margin: 0;
	padding: 0;
	font: bold 14px "Century Gothic", arial;
	text-transform: uppercase;

}

.recommend{
	color: silver;
	margin: 0;
	padding: 0;
	font: 18px "Century Gothic", arial;

}

.productprice{
	color: silver;
	margin: 0;
	padding: 0;
	font: 14px "Century Gothic", arial;
	text-transform: uppercase;

}

.breadcrumbs{
	color: gray;
	margin: 0;
	padding: 0;
	font: 12px "Century Gothic", arial;
	text-transform: uppercase;

}
.textboxDisabled {
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
	/*font-size: 11px;*/
	color: #666666;
}
.submit {	
	color: #FFFFFF;
	background-color: #bfbfbf;
	text-decoration:none;
	padding: 6px;
	font-size: 11px;
	font-family: "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid gray;
	cursor:pointer;
}
.submit:hover {	
	color: white;
	background-color: #bfbfbf;
	text-decoration:none;
	padding: 6px;
	font-size: 11px;
	font-family: "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid gray;
	cursor:pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
ol, ul {
	margin: 0px;
	padding: 0px;
	color: #666666;	
}
li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
li.bullet {
	list-style-type: square;
}
li.bulletLrg {
	list-style-type: square;
}
li.num {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
	width: 165px;
	display: block;
	text-indent: 2px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 8px 15px 9px;
	text-transform:uppercase;
}
li.num:hover {
	background-color: #EEEEEE;
	color: #333333;
}
li.site {
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
	width: 165px;
	display: block;
	text-indent: 2px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 8px 15px 9px;
	text-transform:uppercase;
}
li.site:hover {
	background-color: #EEEEEE;
	color: #333333;
}
.txtSession, .txtCopy, .txtSiteDocs {
	color: #666666;
	font-size: 12px;
}
a.txtSession {
	color: gray;
	text-decoration: none;
	font-size: 12px;
}
a.txtSession:hover, a.txtSiteDocs:hover {
	color: #43364f;
	text-decoration: underline;
	font-size: 12px;
}
a.txtButton {
	color: #FFFFFF;
	background-color: #bfbfbf;
	text-decoration:none;
	padding: 6px;
	font-size: 11px;
	font-family: "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
}
a.txtButton:hover {
	color: white;
}
.txtOldPrice {
	text-decoration: line-through;
}
.txtSale {
 	color: #ff0080;
}
.txtOutOfStock {
	color: #ff0080;
}
.txtDefault, a.txtDefault, a.txtLink, a.txtLocation {
	color: #666666;
	text-decoration:none;
}
a.txtDefault:hover, a.txtLink:hover, a.txtLocation:hover {
	color: #333333;
	text-decoration:none;
}

.pages, a.pages {
	color: gray;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial;
}
a.pages:hover {
	color: gray;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial;
}
a.txtSelected:hover, a.txtSelected:active, a.txtSelected:link, a.txtSelected:visited {
	color: #A5C8D4;
	text-decoration:none;
}
.txtContentTitle {
	background-color: #42374f;
	border-bottom:1px solid #E6E6E6;
	color: white;
	padding:10px 15px 9px;
	position:relative;
	text-transform:uppercase;
	width: 910px;
	border-right: 20px solid white;
	border-left: 20px solid white;
	font: bold 14px "Century Gothic", arial;
}

.txtContentTitleC {
	background-color: #42374f;
	border-bottom:1px solid #E6E6E6;
	color: white;
	padding:10px 15px 9px;
	position:relative;
	text-transform:uppercase;
	width: 700px;
	border-right: 20px solid white;
	border-left: 20px solid white;
	font: bold 14px "Century Gothic", arial;
}
.txtContentTitle2 {
	border-bottom:1px solid #E6E6E6;
	color:#666666;
	padding:10px 0px 9px;
	position:relative;
	text-transform:uppercase;
	font-weight:bold;
}
.txtBoxSave {
	color: #ff0080;
	padding-left: 2px;
}
.tblList {
	border: 1px solid #666666;
}
.tdListTitle {
	background-color: #A5C8D4;
	font-weight: bold;
	color: #FFFFFF;
}
.tdEven {
	background-color: #FFFFFF;
}
.tdOdd {
	background-color: #F5F5F5;
}
.txtCart {
	color: gray;
	font-size: 12px;
}
a.txtCart {
	color: gray;
	text-decoration:none;
	font-size: 12px;
}

.cartNavi {
	color: #a39aac;
	text-transform: uppercase;
	font: bold 15px/25px "Century Gothic", arial;
	margin-left: 20px;
}
a.cartNavi {
	color: #a39aac;
	text-decoration:none;
	text-transform: uppercase;
	font: bold 15px/25px "Century Gothic", arial;
	margin-left: 20px;
}

.txtHome {
	color: gray;
	font: 12px/25px "Century Gothic", Arial;
	text-align: left;
}
a.txtHome {
	color: gray;
	text-decoration:none;
	font-size: 12px;
}

.txtInfo {
	color: gray;
	
}
a.txtInfo {
	color: gray;
	text-decoration: underline;
	
}

.email {
	color: #ff0080;
	font-size: 12px;
}
a.email{
	color: #ff0080;
	text-decoration:none;
	font-size: 12px;
}

a.email:hover{
	color: #ff0080;
	text-decoration: underline;
	font-size: 12px;
}

.shoe {
	color: #ff0080;
	font-size: 12px;
}
a.shoe{
	color: #ff0080;
	text-decoration:none;
	font-size: 12px;
}

a.shoe:hover{
	color: #ff0080;
	text-decoration: underline;
	font-size: 12px;
}
a.flashBasket:active, a.flashBasket:link, a.flashBasket:visited, a.flashBasket:hover {
	color: #666666;
	text-decoration:none;
}
.cartProgress {
	font-weight: normal;
	color: gray;
	padding: 10px;
	border: 1px solid #dedede;
	margin: auto;
}
.txtcartProgressCurrent {
	color: #ff0080;
	font-weight: bold;
}
.tdcartTitle {
	color: #666666;
	background-color: #ffffff;
	border-bottom: 1px solid #E7E7E7;
	font-weight:bold;
	text-transform:uppercase;
}
.tdcartEven {
	background-color: #F5F5F5;	
}
.tdcartOdd {
	background-color: #FFFFFF;
}
.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #E7E7E7;
}
a.txtCheckout {
	color: #FFFFFF;
	background-color: #bfbfbf;
	text-decoration:none;
	padding: 6px;
	font-size: 11px;
	font-family: "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid gray;
	line-height: 25px;
}
a.txtCheckout:hover {
	color: white;
	background-color: #bfbfbf;
}
a.txtUpdate {
	color: #FFFFFF;
	background-color: #42374f;
	text-decoration:none;
	padding: 6px;
	font-size: 11px;
	font-family: "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;;
	font-weight: bold;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px;
}
a.txtUpdate:hover {
	color: white;
}
a.txtUpdate2 {
	color: #FFFFFF;
	background-color: #42374f;
	text-decoration:none;
	padding: 6px;
	font-size: 11px;
	font-family: "Segoe UI","Lucida Grande",Tahoma,Arial,sans-serif;;
	font-weight: bold;
	text-transform: uppercase;
	border-style: solid;
	border-width: 1px;
}
a.txtUpdate2:hover {
	color: white;
}
.txtStockWarn {
	color: #ff0080;
}
.txtError {
	font-weight: bold;
	color: #ff0080;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}
.txtCopyright, a.txtCopyright {
	text-align: right;
	/*font-size: 11px;*/
	padding-top: 5px;
	color: #222222;
	margin:0 auto; 
	width: 851px; 
}
a.txtCopyright:hover {
	text-decoration: none;
}
.dropDown {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid silver;
	font-size: 11px;
	padding: 5px;
	width: 115px;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
}
.addCoupon:hover, .addCoupon:active, .addCoupon:visited, .addCoupon:link  {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.RatingTop {
}
.RatingMain {
	padding: 3px;
	font-style:italic;
}
.ReviewBot {
	border-right: 1px solid #A5C8D4;
	border-left: 1px solid #A5C8D4;
	background-color: #F5F5F5;
	padding: 3px;
	border-bottom: 1px solid #A5C8D4;
}
.RatingBottom {
	border-bottom: 1px solid #E6E6E6;
	background-color: #F7F7F7;
	padding: 3px;
	color: #666666;
	/*font-size: 11px;*/
	}
a.sortLink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.sortLink:hover {
	text-decoration: underline;
}

#shipping-select {
	width: 220px;
}

#product_tabs a:focus, a:hover, a:active { outline:none }  

#product_tabs ul
{
    display: inline;
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0 0 0 0;
    width: 289px!important;
    text-align: center;
}

#product_tabs li
{
    float: left;
    padding:0!important;
    text-align: center;
}

#tab_1.tab_on
{
    width:61px;
    height:28px;
    background:url("/Images/Bits/tab_info_on.gif");
    background-position:left top;
    display:block;
}

#tab_1.tab_off
{
    width:61px;
    height:28px;
    background: url("/Images/Bits/tab_info_off.gif");  
    background-position:left top;    
    display:block;    
}

#tab_2.tab_on
{
    width:68px;
    height:28px;    
    background:url("/Images/Bits/tab_ethics_on.jpg");
    background-position:left top;    
    display:block;    
}

#tab_2.tab_off
{
    width:68px;
    height:28px;    
    background:url("/Images/Bits/tab_ethics_off.jpg");      
    background-position:left top;
    display:block;        
}

#tab_3.tab_on
{
    width:80px;
    height:28px;   
    background:url("/Images/Bits/tab_details_on.jpg");   
    background-position:left top;
    display:block;        
}

#tab_3.tab_off
{
    width:80px;
    height:28px;    
    background:url("/Images/Bits/tab_details_off.jpg");       
    background-position:left top;
    display:block;        
}

#tab_4.tab_on
{
    width:80px;
    height:28px;     
    background:url("/Images/Bits/tab_delivery_on.jpg"); 
    background-position:left top;
    display:block;        
}

#tab_4.tab_off
{
    width:80px;
    height:28px;     
    background:url("/Images/Bits/tab_delivery_off.jpg");
    background-position:left top;
    display:block;        
}


#product .content_block
{
    margin:0 auto;
    padding:0;
    float:left!important;
    clear:both!important;
    width:287px;
    border-left:1px solid #898989;
    border-right:1px solid #898989;
    border-bottom:1px solid #898989;        
    height:158px;
}
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	border: 1px solid red;
}

#Inner {
	margin: 5px;
	padding:0;
}

.LPBox {
	float: left;
	text-align: center;
	width: 135px;
	height: 170px;
	margin: 20px 5px;
	padding:0;
	color: white;
}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin: 10px auto 3px;
	height: 120px;
	border: 1px solid #d7d7d7;
	color: white;
	background-color: white;
}

.LPName {
	text-align:center;
	font-size: 11px;
	margin:0;
	padding:2px 0;
	color: gray;
}

.LPName a:link, .LPName a:visited {
	color: gray;
	text-decoration:none;
	padding:0;
	margin:0;
	font-size: 11px;
}

.LPName a:hover {
	text-decoration:none;
	color: gray;
	font-size: 11px;
}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size: 11px;
	margin:0;
	padding:2px 0;
	text-transform:uppercase;
	color: gray;
}
	
.relatedp{
	background-color: silver;
	height: 500px;
}


.contact A:link {text-decoration: none; color: #ff0080;}
.contact A:visited {text-decoration: none;color: #ff0080;}
.contact A:active {text-decoration: none; color: #ff0080;}
.contact A:hover {text-decoration: underline; color: #aaa2af;}

.whitelink A:link {text-decoration: none; color: red;}
.whitelink A:visited {text-decoration: none;color: red;}
.whitelink A:active {text-decoration: none; color: red;}
.whitelink A:hover {text-decoration: underline; color: red;}
