﻿/* CSS Document */

/* ------------------- Main Styles -------------------  */
hr {
 padding:0px;
 margin:0px;
 line-height:0em;
 }
 
body {
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	background-color: #333333;
	margin:0px;
    padding:0px;
    border:none;	
}

p {
	padding-top:0px;
	}

.SlideMenuHeading {
	font-family:"Courier New", Courier, mono;text-transform:capitalize;
	color:#990099;
}

h1, h2, h3, h4, h5 {
	font-family:"Courier New", Courier, mono;text-transform:capitalize;
	color:#990099;
	
}
h1 {
	margin:0;
	font-size: 18px;
	font-weight:bold;	
	
	}
h2 {	
	font-size: 13px;	
	
	}
h3 {
	font-size: 13px;	
	
	}
h4 {	
	font-size: 16px;
	font-weight:bold;	
	}
h5 {	
	font-size: 22px;
	font-weight:bold;	
	}
.headerLarge {
	font-size: 26px; 
	color: #990099;
	font-family:"Courier New", Courier, mono;font-weight: bold;
	border-bottom: 4px solid #000000;
}
.headerMedium {
	font-size: 17px; 
	color: #990099;
	font-family:"Courier New", Courier, mono;font-weight: bold;
	border-bottom: 3px solid #000000;
}
.blackLine {
	border-bottom: 2px solid #000000;
}
.blackLinesmall {
	border-bottom: 1px solid #000000;
}
.redLine {
	border-bottom: 2px solid #990099;
}
.greyLine {
	border-bottom: 1px solid #CCCCCC;
}
.tableTop {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
.tableMiddle {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
.tableBottom {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
.blackTextLabel {
	font-family:"Courier New", Courier, mono;font-size: 16px;
	color: #000000;
	font-weight:bold;
	text-transform:uppercase;
}
.blackText {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-transform:lowercase;
	
}
.whiteTextLabel {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-transform:uppercase;
}
.redTextLabel {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color: #990099;
	font-weight:bold;
	text-transform:uppercase;
}
.whiteText {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color: #ffffff;
	font-weight:normal;
}
.maintext {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color: #000000;
}
.hide {
color:#990099;
}
/* ------------------- Main Link Styles -------------------  */

A:link {
	font-family:"Courier New", Courier, mono;font-size:11px;
	color:#000000;
	text-decoration: none;
	cursor:pointer;
	font-size:12px;
}
A:visited {
	text-decoration: none;
	color:#000000;
}
A:active {
	text-decoration: none;
	color:#000000;
}
A:hover {
	text-decoration: underline;
	color:#000000;
}	
.purpleLink {
	font-family:"Courier New", Courier, mono;font-size: 15px;
	color:#990099;
	font-weight:bold;
	
	cursor:pointer;
}	
.purpleLink a {
	font-family:"Courier New", Courier, mono;font-size: 15px;
	color:#990099;
	font-weight:bold;
	cursor:pointer;
}
.purpleLink a:link {
	font-family:"Courier New", Courier, mono;font-size: 15px;
	color:#990099;
	font-weight:bold;
}
.purpleLink a:hover {
	font-family:"Courier New", Courier, mono;font-size: 15px;
	text-decoration:underline;
	color:#990099;
	font-weight:bold;
}
.purpleLink a:active{
	font-family:"Courier New", Courier, mono;font-size: 15px;
	color:#990099;
	font-weight:bold;
}
.purpleLink a:visited {
	font-family:"Courier New", Courier, mono;font-size: 15px;
	color:#990099;
	font-weight:bold;
}

.redLink {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#990099;
	font-weight:bold;
	text-transform:lowercase;
	cursor:pointer;
}	
.redLink a {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#990099;
	text-transform:lowercase;
	cursor:pointer;
}
.redLink a:link {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#990099;
	text-transform:lowercase;
}
.redLink a:hover {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	text-decoration:underline;
	color:#990099;
	text-transform:lowercase;
}
.redLink a:active{
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#990099;
	text-transform:lowercase;
}
.redLink a:visited {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#990099;
	text-transform:lowercase;
}


.whiteLink {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
	
}	
.whiteLink a:link {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	border-left: 1px solid #990099;
	padding-left:10px;
	
}
.whiteLink a:hover {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
}
.whiteLink a:active{
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	border-left: 1px solid #990099;
	padding-left:10px;
}
.whiteLink a:visited {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	border-left: 1px solid #990099;
	padding-left:10px;
}

.termsLink {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color:#4A5150;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}	
.termsLink a {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color:#4A5150;	
	cursor:pointer;
	text-decoration:underline;
}
.termsLink a:link {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color:#4A5150;
	text-decoration:underline;
}
.termsLink a:hover {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	text-decoration:underline;
	color:#4A5150;
	text-decoration:underline;
}
.termsLink a:active{
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color:#4A5150;
	text-decoration:underline;
}
.termsLink a:visited {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color:#4A5150;
	text-decoration:underline;
}

.terms {
	font-family:"Courier New", Courier, mono;font-size: 12px;
	color:#000000;
}
.termsHeader {
	font-family:"Courier New", Courier, mono;font-size: 14px;
	color:#000000;
	font-weight:bold;
}

.slmnClothing {
	cursor: pointer;
	}
.slmnShoes {
	cursor: pointer;
	}
.slmnAccessories {
	cursor: pointer;
	
	}
/* ------------------- Footer Styles -------------------  */
	
.footer {
	background-color:#000000;
	width:761px;
	height:33px;
	font-family:"Courier New", Courier, mono;font-weight: bold;
	font-size:13px;
	color:#FFFFFF;
	border-left: 1px solid #990099;
	border-right: 1px solid #990099;
}

.footerLink {
	font-family:"Courier New", Courier, mono;font-weight: bold;
	font-size:13px;
	color:#FFFFFF;
	
}

/* ------------------- Header Styles -------------------  */

.topnav {
	background-color:#000000;
	width:760px;
	height:30px;
	font-family:"Courier New", Courier, mono;font-weight: bold;
	font-size:13px;
	color:#ffffff;
	text-transform:capitalize;
	border-top: 1px solid white;
}

/* ------------------- Main Nav Styles -------------------  */

.leftnav {
	width:180px;
	font-family:"Courier New", Courier, mono;font-weight: bold;
	font-size:12px;
	color:#ffffff;
	background-image:url(../images/nav_background.gif);	
	background-repeat:repeat-y;
}
.MaleBrandsDDL {
	font-family:"Courier New", Courier, mono;font-size: 10px;
	width: 120px;
	background-color: #E4E9D6;
	cursor:pointer;
}

.FemaleBrandsDDL {
	font-family:"Courier New", Courier, mono;font-size: 10px;
	width: 120px;
	background-color: #F9EEF2;
	cursor:pointer;
	
}

/* ------------------- Basket Styles -------------------  */

.basket {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}
.basket  a {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}
.basket  a:link {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}
.basket  a:hover {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}
.basket  a:active{
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}
.basket a:visited {
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}


/* ------------------- Product Styles -------------------  */
.ProductTable td { background-color: black;}
.ProductTable td:hover { background-color: #990099;
font:Arial, Helvetica, sans-serif;color:#ffffff;}
.productDetailSalePrice {font:Arial, Helvetica, sans-serif;
color:#ffffff;}
.SalePrice {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color: #ffffff;
	}
.SalePrice:hover {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color: #990099;
	}
.WasPrice {
font-family:"Courier New", Courier, mono;font-size: 13px;
	font-size: 16px;
text-decoration:line-through;

}
.NormalPrice {
font-family:"Courier New", Courier, mono;font-size: 13px;
font-size: 16px;
color:#000000;

}


.productText {
	font-family:"Courier New", Courier, mono;font-size: 13px;
	color: #ffffff;
	text-align:right;
}
.ProductMoreHeader {
	font-family:"Courier New", Courier, mono;font-size: 16pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#990099;
	padding-left:10px;
	}
.ProductPanelHeader {
	font-family:"Courier New", Courier, mono;font-size: 20pt;
	font-weight:bold;
	text-transform:uppercase;
	color:#990099;
	padding-left:5px;
	}
.ProductPanelText {
	font-family:"Courier New", Courier, mono;font-size: 10px;
}
.thumbright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
}
.input {
	height: 16px;
	width: 130px;
	background-color: #FFFFFF;
	border: 1px solid #808080;
}
.formtextbox
{
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	BACKGROUND-COLOR: #ffffff;
}

/* ------------------- Paging Styles -------------------  */
.pageInfo {
	font-family:"Courier New", Courier, mono;font-size: 10px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
}	
a.PagingSelectText {
	border-right: 1px solid #000000;
	padding-left: 2px;
	padding-right: 3px;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	color: black;
}

a.PagingSelectText:visited {

	color: black;
}

.PagingSelectedText {
	border-right: 1px solid #000000;
	padding-left: 2px;
	padding-right: 3px;
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
}


a.PagingFirstText {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	border-right: 1px solid #000000;
	padding-right: 5px;
	cursor: pointer;
	color: black;
}

a.PagingFirstText:visited {

	color: black;

}

a.PagingFirstText:link {

	color: black;
	text-decoration: underline;

}

a.PagingFirstText:hover {
	color: black;
	text-decoration: underline;
}

a.PagingSelectText {

	cursor: pointer;
	font-family:"Courier New", Courier, mono;	

}

a.PagingSelectText:link {
	padding-left: 2px;
	padding-right: 3px;
	border-right: 1px solid #000000;
	color: black;
	font-size: 12px;
}
a.PagingSelectText:hover {
    color: black;
    text-decoration: underline;
}

a.PagingSelectedText {

	font-weight: bold;

}

.PagingLastText {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	padding-left: 5px;
	cursor: pointer;
	color: black;

}
a.PagingLastText:link {
	color: black;
	text-decoration: none;
}
a.PagingLastText:visited {
	color: black;
	text-decoration: none;
}
a.PagingLastText:hover {
	color: black;
	text-decoration: underline;
}

.PagingShowAllText {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	padding-left: 15px;
	cursor: pointer;
	font-weight: bold;
	color: black;
}
a.PagingShowAllText:link {
	color: black;
	text-decoration: none;
}
a.PagingShowAllText:visited {
	color: black;
	text-decoration: none;
}
a.PagingShowAllText:hover {
	color: black;
	text-decoration: underline;
}

.redBorder {
border-bottom:3px solid #990099;
}

/* ------------------- Breadcrumbs Trail -------------------  */
.BreadcrumbsText 
{
	
	font-family:"Courier New", Courier, mono;color: Black;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	
}

a.BreadcrumbsLink 
{
	
	font-family:"Courier New", Courier, mono;font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
		
}
a.BreadcrumbsLink:active
{
	
	font-family:"Courier New", Courier, mono;font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
		
}
a.BreadcrumbsLink:visited
{
	
	font-family:"Courier New", Courier, mono;font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
		
}
a.BreadcrumbsLink:hover
{
	
	text-decoration: underline;
		
}

/* ------------------- ProductList Styles -------------------  */

.ProductListStyle
{
	font-family:"Courier New", Courier, mono;font-size: 10px;
}

.ProductListItemStyle
{
	border-color: Gray;
	border-style: none;
	border-width: 0px;
	/* border-right: solid 1px gray; */
	border-right-width: 0px;
	border-bottom: solid 1px gray;
	border-bottom-width: 0px;	
	
	
}

.ProductListSizeSummaryStyle
{}

.ProductListDetailStyle
{
	font-size: 10px;
	font-family:"Courier New", Courier, mono;font-weight: normal;
	
	}

.ProductListEditProductLinkStyle
{
	color: #990099;
	
	}
	
	
.headerGrey {
	font-size: 17px; 
	color: #757575;
	font-family:"Courier New", Courier, mono;font-weight: bold;
	
}
.PagingRow {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	width: 100%;

}

.PageXofYBox {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	width: 50%;

}

.PagingBox {
	font-family:"Courier New", Courier, mono;
	font-size: 12px;
	text-align: right;

}

/* FloatWindow Classes */
.FloatWindow
{
	background-color: #f2f5f9;
	border: 1px solid #aec3d7;
	font-family:"Courier New", Courier, mono;
	font-size: x-small;
	position: absolute;
}

.FloatWindowCaption
{
	font-family:"Courier New", Courier, mono;
	font-size: x-small;
	font-weight: bold;
}

.checkoutHeaders {
	font-size: 13px; 
	color: black;
	font-family:"Courier New", Courier, mono;
	font-weight: bold;
	}
.sep {
	font-size: 13px; 
	color: black;
	font-family:Arial;
	font-weight: bold;
	}
