/* CSS Document */

* {
   	border: 0;
   	margin: 0;
   	padding: 0;
   }
   
   body {
   	background-color: #FFF;
   	color: #000;
      	margin: 0 auto;
   	width: 750px;
	padding-top:25px;
   }
   
   h1 {
   	background: #767163;
   	color: inherit;
   	margin-bottom: 4px;
   }
   
   strong a {
   	position: absolute;
   	left: -9999em;
   }
   
#descTxt{background: #F7F7F7; line-height: 14px; font-size: 11px; border:0; text-align:center; margin:0; padding: 5px; font-family:Verdana, Arial, Helvetica, sans-serif;}
   
   #header{
    height:125px;
	padding-bottom:4px;
   	background-image:url(../images/tbg.gif); background-repeat:repeat-x;
   }
   
    #bubble{
    	height:58px;
		float:right;
		margin-right:10px;
   }
       #sortBox{
	    clear:both;
		float:right;
		margin-top:15px;
		margin-right:10px;
   }
   
    #sortBox p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#b2c644;
		line-height:20px;
   }
   
    #sortBox select{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#666666;
   }
   
   #mainMenu {
   	list-style: none;
   	margin-bottom: 4px;
   }
   	#mainMenu li {
   		display: inline;
   	}
   
   #clothesMenu {
   	float: left;
   	width: 187px;
   }
	#clothesMenu ul {
   		list-style: none;
		padding-left:8px;
		padding-top:8px;
		padding-bottom:8px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16pt;
   	}
	
	#clothesMenu ul a{
		color:#615d52;
		text-decoration:none;
	}
	#clothesMenu ul a:hover{
		color:#a82034;
		text-decoration:underline;
	}
	
   	#mensClothing, #womensClothing {
   		margin-bottom: 4px;
   	}
   	
   	#mensClothing strong, #womensClothing strong {
   		display: block;
   		text-align: left;
		padding-top:5px;
		padding-left:8px;
		padding-bottom:5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
   	}
   	#mensClothing strong {
   		background: #a82034;
   		color: #FFF;
   	}
   	#womensClothing strong {
   		background: #b2c644;
   		color: #FFF;
   	}   
   #content {
   	float: left;
   	padding-left: 4px;
   	width: 559px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#615d52;
	line-height:17px;
   }
	#content a{
		color:#a82034;
		text-decoration:underline;
	}
	#content a:hover{
		color:#b2c644;
		text-decoration:underline;
	}
   	#contentImg {
   		height: 156px;
   		width: 559px;
		padding-bottom:4px;
   	}
	
	#img{
		width:209px;
		height:156px;
		float:left;
	}
	
	#alsoSection{
		width:209px;
		height:156px;
		float:right;
		background-color:#333333;
	}
	#alsoSection a{
		color:#ffffff;
		text-decoration:underline;
	}
	#alsoSection a:hover{
		color:#b2c644;
		text-decoration:underline;
	}
	
	#alsoSection select{
		font-size:10px;
		color:#333333;
	}
	
   	#breadcrumb {
   		background-color: #767163;
 		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFFFFF;
   		list-style: none;
   		margin-bottom: 4px;
		padding:8px;
		background-image:url(../images/breadbg.gif); background-repeat:repeat-x;
   	}
	#breadcrumb a{
		color:#FFFFFF;
		text-decoration:underline;
	}
	#breadcrumb a:hover{
		color:#b2c644;
		text-decoration:underline;
	}
   	#breadcrumb ul {
   		list-style: none;
 		display: inline; /* this gets the nested lists to line up along the main list's list item */
   	}
   		#breadcrumb li {
 			display: inline; /* this makes all list items display inline, even the nested list items */
   		}
		
	#contentHead{
		padding-left:6px;
		padding-top:15px;
		padding-bottom:10px;
	}


   	#contentTxt {
   		padding-left:6px;
   	}
	#contentTxt input{
	border:1px solid #666666;
	margin:2;
	padding:2;
   	}
   	
   	#content p {
   		padding-bottom: 4px;
   	}
   
   #footer {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ffffff;
   		list-style: none;
   		margin-bottom: 4px;
		padding:10px;
		background-image:url(../images/footbg.gif); background-repeat:repeat-x;
		clear:left;
   }
   
	#footer a{
		color:#FFFFFF;
		text-decoration:underline;
	}
	#footer a:hover{
		color:#b2c644;
		text-decoration:underline;
	}
	#footer .green{
	color:#b2c644;
	}
   	#footer ul {
   		list-style: none;
 		display: inline; /* this gets the nested lists to line up along the main list's list item */
   	}
   		#footer li {
 			display: inline; /* this makes all list items display inline, even the nested list items */
   		}