@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo {
	padding-left: 12px;
	width: 293px;
	float: left;
}
.logo h1 {
	margin: 0px;
	padding: 0px;
}
.login_div {
	float: left;
	width: 400px;
	padding-top: 8px;
}
.login_title {
	text-align: right;
	width: 100px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	padding-top: 20px;
}
.login_title h2 {
	font-size: 1em;
	margin: 0px;
	position:absolute;
	left:-10000px;
}
.login_form {
	float: left;
	width: 252px;
	padding-top: 14px;
	padding-left: 7px;
}
.login_form label {
	float:left;
	clear:left;
	width:70px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:6px;
}

.login_form p {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 150px;
}
.login_form a {
	color: #000000;
	text-decoration: none;
}
.login_form a:hover {
	text-decoration: underline;
}
.login_field {
	font-size: 1.1em;
	padding: 2px;
	clear: left;
	float: left;
	width: 170px;
	border: 1px solid #000000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.login_button {
	float: left;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 43px;
	padding: 0px;
	padding-top:1px;
	font-family: Arial, Helvetica, sans-serif;
}
.basket_div {
	float: right;
	width: 165px;
	padding-top: 21px;
}
.basket_box {
	float: left;
	width: 60px;
	padding:5px;
	background-color: #cb2b0e;
	height: 40px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}
.basket_box p {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.menu_div {
	background-image: url(../Images/menu_bg.jpg);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #161616;
	background-repeat: repeat-x;
}
.left_menu {
	float: left;
	width:655px;
}
.left_menu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.left_menu li {
	float: left;
}
.left_menu li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.left_menu li a:hover {
	background-color: #161616;
}
.right_menu {
	float: right;
	width:245px;
	}
.right_menu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	float: right;
}
.right_menu li {
	float: left;
}
.right_menu li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../Images/menu_bg2.jpg);
	background-color: #6F225A;
	background-repeat: repeat-x;
}
.right_menu li a:hover {
	background-color: #6F225A;
	background-image: none;
}
.banner {
	height: 271px;
	width: 900px;
	margin-top: 8px;
}
.home_txt {
	background-color: #dadada;
	padding: 10px;
	width: 880px;
	margin-top: 4px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.home_txt p {
	margin: 0px;
}
.home_txt a {
	font-weight: bold;
	color: #CB2B0E;
	text-decoration: none;
}
.home_txt a:hover {
	text-decoration: underline;
}
.home_search {
	width: 294px;
	border: 2px solid #161616;
	float: left;
}
.home_search_title {
	width: 280px;
	background-image: url(../Images/menu_bg.jpg);
	background-color: #161616;
	background-repeat: repeat-x;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.home_search_inner {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.home_search_inner label {
	position: absolute;
	left: -10000px;
}
.home_search_inner p {
	margin: 0px;
}
.search_button {
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.womenshotspot {
	background-image: url(../Images/womenswear_hotspot.jpg);
	height: 176px;
	width: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
}
.womenshotspot h2 {
	margin: 0px;
	padding: 0px;
}
.womenshotspot a {
	height: 176px;
	width: 200px;
	display:block;
	text-indent: -10000px;
}
.menshotspot {
	background-image: url(../Images/menswear_hotspot.jpg);
	height: 176px;
	width: 202px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
}
.menshotspot h2 {
	margin: 0px;
	padding: 0px;
}
.menshotspot a {
	height: 176px;
	width: 200px;
	display:block;
	text-indent: -10000px;
}
.childrenshotspot {
	background-image: url(../Images/childrens_hotspot.jpg);
	height: 176px;
	width: 200px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
}
.childrenshotspot h2 {
	margin: 0px;
	padding: 0px;
}
.childrenshotspot a {
	height: 176px;
	width: 198px;
	display:block;
	text-indent: -10000px;
}
.lower_home_content {
	width: 900px;
	margin-top: 7px;
}
.lower_home_buttons {
	float: left;
	width: 165px;
}
.lower_home_buttons p {
	margin: 0px;
	clear: left;
	float: left;
}
.specialoffers_sep {
	background-color: #e18676;
	height: 75px;
	width: 10px;
	float: left;
}
.spec_offers_prod {
	float: left;
	width: 137px;
	background-color: #cb2b0e;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #e18676;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.spec_offers_prod2 {
	float: left;
	width: 137px;
	background-color: #cb2b0e;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.spec_offers_prod img {
	border: 2px solid #CB2B0E;
}
.spec_offers_prod2 img {
	border: 2px solid #CB2B0E;
}
.spec_offers_prod p {
	margin: 0px;
}
.spec_offers_prod2 p {
	margin: 0px;
}
.prod_price {
	width: 127px;
	background-color:#000000;
}





.catalogue_hotspot{
	background-image: url(../Images/catalogue_hotspot.jpg);
	height: 58px;
	width: 282px;
	float: left;
}
.catalogue_hotspot h2 {
	margin:0px;
	padding:0px;
}
.catalogue_hotspot h2 a {
	height: 58px;
	width: 282px;
	display:block;
	text-indent: -10000px;
}



.footer {
	width: 900px;
	padding-top: 10px;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* About Us */

.top_content {
	width: 892px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	font-size: 1.1em;
	color: #333333;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.top_content a {
	color: #333333;
	text-decoration:none;
}
.top_content a:hover {
	text-decoration:underline;
}
.main_content {
	background-image: url(../Images/main_content_bg.gif);
	clear: both;
	width: 900px;
}
.left_side_menu {
	float: left;
	width: 149px;
}
.left_side_menu h2 {
	margin: 0px;
	background-image: url(../Images/menu_bg.jpg);
	width: 136px;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #161616;
	background-repeat: repeat-x;
}
.left_side_menu ul {
	list-style-type: none;
	background-color: #B9B5B5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.left_side_menu li a {
	list-style-type: none;
	background-color: #b9b5b5;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	width: 137px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.left_side_menu li {
		float:left;
	clear:left;
	
}
.left_side_menu li a:hover {
	background-color: #9C9696;
}
.right_content {
	float: left;
	width: 720px;
	padding-left: 30px;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 30px;
}
.right_content h1 {
	width: 720px;
	font-size: 1.7em;
	color: #cb2b0e;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.red_text {
	font-weight: bold;
	color: #CB2B0E;
}

/* Products */

.left_side_menu ul.submenu {
	list-style-type: none;
	background-color: #B9B5B5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.left_side_menu ul.submenu li a {
	list-style-type: none;
	background-color: #b9b5b5;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 28px;
	width: 117px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.left_side_menu ul.submenu li a:hover {
	background-color: #9C9696;
}
.right_prod_content {
	float: left;
	width: 720px;
	padding-left: 30px;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.right_prod_content h1 {
	float:left;
	font-size: 1.7em;
	color: #cb2b0e;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}
.sort_box {
	background-color: #cb2b0e;
	float: right;
	width: 350px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.prod_box_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	height: 1px;
	overflow: hidden;
	clear: both;
}
.prod_banner {
	height: 169px;
	width: 720px;
	margin-top: 8px;
	clear: both;
}
.prod_box {
	float: left;
	width: 133px;
	background-color: #cb2b0e;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #000;
	margin-bottom: 10px;
}
.prod_box  p {
	margin: 0px;
}
.prod_price2 {
	width: 123px;
	background-color:#000000
}
.paging {
	float: right;
	clear: left;
	font-weight: bold;
	color: #CB2B0E;
	font-size: 1.1em;
	padding-right: 3px;
}
.paging p {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.prod_search_box {
	clear: left;
	width: 149px;
	float: left;
}
.prod_search_box_inner {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #000;
}
.prod_search_box_inner label {
	position: absolute;
	left: -10000px;
}
.prod_search_box_inner p {
	margin: 0px;
}

/* Site Map */

ul.sitemap_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
}
ul.sitemap_list a {
	color:#000;
	text-decoration:none;
}
ul.sitemap_list a:hover {
	text-decoration:underline;
}

/* Catalogue Request */

.form_bg {
	float: left;
	width: 530px;
	padding-top: 20px;
}



.form_bg label {
	text-align: right;
	width: 180px;
	float: left;
	padding-right: 8px;
	clear: left;
	font-size: 1.2em;
	padding-top: 3px;
}
.contact_field {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 4px;
	width: 330px;
	border: 1px solid #333;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.contact_field2 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 4px;
	width: 330px;
	height:75px;
	border: 1px solid #333;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: auto;
}
.contact_field3 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 4px;
	width: 330px;
	height:130px;
	border: 1px solid #333;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: auto;
}
.form_buttons {
	font-weight: bold;
	background-color: #666;
	padding: 2px;
	border: 1px solid #666;
	color: #FFF;
}
.contactfooter {
	clear: left;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #B9280D;
	padding-top: 20px;
	width: 450px;
}
.searchcriteria_div {
	clear: left;
	float: left;
	width: 139px;
	background-color: #b9b5b5;
	color: #FFF;
	line-height: 1.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}


/* FAQs */

.Question_Div {
	font-weight: bold;
	color: #CB2B0E;
	float: left;
	width: 30px;
	padding-bottom: 3px;
	clear: left;
}
.Question_Div2 {
	font-weight: bold;
	color: #CB2B0E;
	float: left;
	width: 650px;
	padding-bottom: 3px;
}

.Answer_Div {
	font-weight: bold;
	color: #000;
	float: left;
	width: 30px;
	clear: left;
	padding-bottom:20px;
}
.Answer_Div2 {
	color: #000;
	float: left;
	width: 650px;
	padding-bottom:20px;
}

/* Basket */

.right_content th {
	color:#FFF;
	text-align:left;
	padding-left: 10px;
}

.right_content td {
	background-color: #FFF;
	text-align:left;
	padding-left: 10px;
}
.qty_box {
	background-color: #fff;
	width: 10px;
	border: 1px solid #CB2B0E;
	text-align: center;
	color: #000;
	font-size: 0.9em;
	padding: 1px;
}

/* Checkout */

.checkout_login_div {
	background-color: #cb2b0e;
	float: left;
	width: 492px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.checkout_login_div h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding-bottom: 4px;
}
.checkout_login_div label {
	position: absolute;
	left: -10000px;
}
.white_formbox {
	font-size: 1em;
	float: left;
	width: 155px;
	border: 1px solid #FFF;
	color: #CB2B0E;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.black_button {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	padding: 1px;
	width: 150px;
	text-align: center;
	border: 1px solid #000;
	font-weight: bold;
}
.checkout_reg {
	background-image: url(../Images/checkout_reg_bg.jpg);
	background-repeat: repeat-x;
	padding: 8px;
	float: left;
	width: 400px;
	font-weight: bold;
	color: #FFF;
	background-color: #761F64;
}
.checkout_reg h2 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding-bottom: 4px;
}
.checkout_reg a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.address_summary_box {
	float: left;
	width: 160px;
	line-height: 1.4em;
	padding-bottom: 12px;
}
.address_summary_box h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 8px;
}

/* Member Login */

.welcome_txt {
	color: #FFF;
	background-color: #6F225A;
	padding: 10px;
	width: 700px;
	font-size: 1.1em;
	margin-bottom: 25px;
}
.welcome_txt h2 {
	font-size: 1.5em;
	color: #FFF;
	margin: 0px;
	padding-bottom: 4px;
}
.members_menu {
	position: static;
	left: 200px;
	padding-top: 0px;
	float: right;
}
.members_menu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	float: left;
}
.members_menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.members_menu li a {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../Images/members_button_bg.jpg);
	background-color: #CC3115;
	background-repeat: repeat-x;
}
.members_menu li a:hover {
	background-color: #CC3115;
	background-image: none;
}



li.logout_button a {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	display: block;
	background-image: url(../Images/menu_bg.jpg);
	background-color: #161616;
	background-repeat: repeat-x;
}
li.logout_button a:hover {
	background-color: #161616;
	background-image: none;
}

/* Order History */

.orange_border {
	border: 1px solid #CC3115;
	width: 450px;
	text-align:left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.orange_border a {
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.orange_border a:hover {
	text-decoration: underline;
}
.orange_border td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}


/* HomePage Changes 01/02/2010 */

.home_products_left
{
	width:173px;
	float:left;
}

.home_products_left img.title
{
	padding-bottom:6px;
}

.newsletter_hotspot{	
	width:338px;
	float:left;	
	padding-right:9px;
}
	.newsletter_hotspot h2{
	text-indent: -10000px;
	background-image:url(/Images/newsletter_hotspot/header.jpg);
	width:338px;
	height:52px;
	margin:0;
	}
	.newsletter_hotspot .inner
	{
		width:310px;
		background-image:url(/Images/newsletter_hotspot/bg.jpg);
		background-repeat:repeat-x;
		background-color:#5E5E5E;
		clear:both;
		color:#fff;
		padding:8px 14px 8px 14px;
	}
	.newsletter_hotspot .inner span.line1
	{
		text-transform:uppercase;
		font-size:1.52em;
	}
	.newsletter_hotspot .inner hr
	{
		background-color:#fff;
		margin-top:7px;
		margin-bottom:7px;
		padding:0;
		height:1px;
		border:0;
	}
	.newsletter_hotspot .inner span.line2
	{
		font-size:1.3em;
	}	
	
	.newsletter_field {
	font-size: 1.2em;
	padding: 4px;
	width: 260px;
	border: 1px solid #d36f5d;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	}
	.newsletter_button 
	{
	float: left;
	color: #fff;
	background-color: #ca2b0e;
	border: 1px solid #fff;
	font-size: 1.3em;
	margin-top: 6px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width:35px;
	cursor:pointer;
	font-weight:bold;
	margin-left:3px;
	}

.footer_socialnetwork_hotspots
{
	padding-top:9px;
}
		 

/* END */
