/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background:url("http://www.dollarsurbanwear.co.uk/artwork/mainBkgrd5-2c.gif") repeat-y center top;
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width:766px;
	text-align: left; /* re-align the text to the left after the above hack */
	height: 100%;
	margin: 0 auto;
}
#header{
	width:765px;
	height:161px;
	background:url(../artwork/header.jpg) no-repeat;
}
#search{
	width:503px;
	height:32px;
	margin:2px 0 2px 0;
	float:left;
	background:url(../artwork/search_Bkgrd.jpg) no-repeat;
	padding: 12px 0 0 262px;
}
#search select{
	font-size:11px;
}
#ckOut{
	width:234px;
	height:85px;
	float:left;
	margin-right:2px;
	background:url(../artwork/ckOut.gif) no-repeat;
	color:#FFFFFF;
	padding: 35px 0 0 19px;
}
#advert{
	width:510px;
	height:120px;
	float:left;
	
}
h1{
	font-family:"Arial Black", Arial;
	color:#009933;
	letter-spacing:-2px;
	font-size:25px;
	margin:0;
}
h2{
	font-size:15px;
	color:#009933;
	border-bottom:1px solid #009933;
	padding:0 0 5px 0;
}
h2.priceH2{
	border:none;
	padding:0;	
}
h3{
	margin-bottom:5px;
	color:#009933;
	letter-spacing:-2px;
}
h3.navH3{
	margin-bottom:-20px;
}
#nav h3 a:link, #nav h3 a:visited{
	color:#009933;
	text-decoration: none;
	padding:0;
}
#nav h3 a:hover{
	background-color:#FFFFFF;
	padding:0;
}
.detailTitle{
	color:#818080;
	font-weight:bold;
	padding-bottom:5px;
}
#mainContent{
	width:556px;
	float:left;
	margin: 20px 0 0 0;
}
#mainContent.MCpad{
	padding:0 9px 0 0;
	width:547px;
}
#infoResult{
	height:23px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0 1px 0;
	margin:5px 0 5px 0;
	padding:8px 0 0 0;
	color:#666666;
	clear: both;
}
/*#infoResult a:link, #infoResult a:visited{
	color:#009933;
	text-decoration:underline;  
}*/
#prodHolder{
	width:139px;
	text-align:center;
	margin:20px 0 0 0;
	float:left;
}
#prodHolder img{
	margin:0 0 5px 0;
}
#detailHolder{
	width:300px;
	float:left;
	margin:20px 0 0 30px;
}
#detailHolder select, input{
	font-size:11px;
}
.detailtable{
	border-color:#CCCCCC;
	border-style:dotted;
	border-width:1px 0 1px 0;
	margin-bottom:20px;
}
#indexBrands{
	clear:both;
	width:496px;
	margin:15px 0 15px 0;
}

a:link {
	color:#0000ff;
	text-decoration: underline;
}
a:visited {
   color: #0000cc;
	text-decoration: underline;
}
a.greenLink:link{
		color: #009933;
}
a.greenLink:visited{
		color: #009933;
}
#footer{
	font-size:11px;
	margin-top:30px;
	padding-top:10px;
	border-top:1px solid #CCCCCC;
	clear: both;
}
#brands{
	clear:both;
	margin-top:20px;
	text-align:center;
	
}
.cartHeader{
	color:#FFFFFF;
}
hr{
	border:none;
	background-color:#CCCCCC;
	color:#CCCCCC;
	height:1px;
	width:90%;
}
.floatLf{
	float:inherit;
}
#enlargeHeader{
	background:url(../artwork/dollarslogo_small.gif) no-repeat center 20px;
	height:70px;
	margin:5px 0 20px 0;
}

#enlargeHeader hr{
	border:none;
	background-color:#FF9900;
	color:#FF9900;
	height:1px;
	width:90%;
}
td.padTd{
	padding:0 0 0 -30px;
}
.saleItemTxt{
	color:red;
	font-weight:bold;
}

.floatright{
	float: right;
	margin: 0 0 5px 5px;
	border: 1px solid #ccc;
	padding: 2px;
}

.floatLeftBorder{
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	padding: 2px;
}

/********************** Nav Menus ********************************/
#nav {
	background-color:#FFFFFF;
	text-align:left;
	padding: 2px 2px 0 2px;
	width:170px;
	float:left;
	margin: 2px 2px 0 0;
}

#nav ul{
	list-style: none; margin: 0px; padding: 0px; font-size:12px;
}

#nav li{
	padding: 2px 0px 2px 0px; border-bottom: 1px dotted #CCCCCC;
	
}

#nav li ul li{
	border-bottom:none;
	line-height:15px;
	}
	
#nav li ul{
	margin:0 0 0 20px;
	}		


#nav #info a:hover{
	background-color:#FFFFFF;
	color:#009933;
}

#nav a.uberlink {
	background-color:#e5f5ea;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

#optSub a:hover{
	background-color:#FFFFFF;
}

#optSub a.subLink{
	font-weight: bold;
}
#nav a.saleCol{
	color:#FF0000;
	font-weight:bold;
}


/********************* Nav Ends ********************************/
  