h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:white;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/l.gif);
	color:white;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}
a{
	color:white;
	font-weight:bold;
}
a:hover{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
td.collections{
	height:40;
}
td.collections a{
	font-size:13px;
}

td.content{
	background-color:#1E2C30;
	padding:10px;
}
td.banner{
	background-image:url('images/top.gif')
}


/*------------SHOP STYLES------------*/

td.clothingLine{
	background-color:#3F6673;
	width:25%;
	color:white;
	border-right:5px solid #1E2C30;
}
td.clothingLine img{
	border:1px solid #1E2C30;
}
td.clothingLine a{
	color:white;
	font-weight:bold;
}

td.clothingMoreInfo{
	background-color:#3F6673;
	width:25%;
	color:white;
	border-bottom:5px solid #1E2C30;
	border-right:5px solid #1E2C30;
	border-top:1px solid #1E2C30;
}
td.clothingMoreInfo a{
	color:white;
	font-weight:bold;
}

td.details{
	color:#38575D;
	background-color:white;
	padding:10px;
	border:1px solid #38575D;
}
td.details select{
	font-size:11px;
}
td.details H1{
	color:#38575D;
	padding-bottom:4px;
	border-bottom:1px solid #E0DFE3;
}
td.details a{
	color:#1E2C30;
}
td.details a:HOVER{
	color:#1E2C30;
}

#price{
	padding:3px;
	border-top:1px solid #E0DFE3;
	border-bottom:1px solid #E0DFE3;
	
}
input.cartBut{
	width:150px;
	background-color:#38575D;
	color:white;
	font-size:11px;
	border:1px solid white;
}

.style2 {
	color: #FF00FF;
	font-size: 16px;
	font-weight: bold;
}

.style3 {
	color: #FF00FF;
	font-weight: bold;
	font-size:14px;
}

.pinktext{
	color: #FF00FF;
}
