﻿/* global styles for coolhunting */

body {
	margin: 0px;
	padding: 25px;
	background-color: #660066;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #990099
}

a:hover {
	background-color: #990099;
	color: #FFCCFF;
}

img { border:0px }

ul {margin:0px; padding:0px }

form { 
	margin:0px; 
	padding:0px;
}

input {
	font-size:11px;
	border:0px
}

select {
	font-size:11px;
	border:1px solid #999999
}

#main {
	background-color: #FFCCFF;
	margin: auto;
	width: 930px;
	padding: 10px;
	overflow: hidden;
	height: 100%;
}



/* header styles */

#headerContainer {
	position:relative;
}

#logoArt {
	width:930px; 
	overflow:hidden;	
}

#logo {
	float:left;
	display:block;
	width:179px
}

#featuredArt {
	float:left;
	position:relative;
	width:750px; 
	height:175px;	
	cursor:pointer;
	overflow:hidden;
	margin-left:1px;
}

#featuredArtDesc {
	position:absolute; 
	top:0px; 
	left:0px; 
	background-color:#000000; 
	width:750px; 
	height:175px; 
	display:block;
	overflow:hidden;
}

#featuredArtTxt {
	position:absolute;
	top:20px;
	left:20px;
	width:400px;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
}

#nav {
	border-top: 1px solid #990099;
	background-color: #FFCCFF;
	height: 25px;
	width: 930px;
	text-transform: uppercase;
	overflow: hidden;
}	

#navSearch {
	display: block;
	height: 25px;
	padding: 10px;
	color: #990099;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
	width: 494px;
	float: left;
	font-size: 10px;
}

.navLink {
	border-left: 1px solid #990099;
	display: block;
	height: 25px;
	padding: 10px;
	color: #990099;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
	width: 83px;
	float: left;
	font-size: 10px;
}

.navLink:hover {
	background-color: #990099;
	color: #FFCCFF;
}


/* main content styles */

#shirt_title {
	border-top: 1px solid #990099;
	background-color: #990099;
	height: 17px;
	width: 930px;
	text-transform: uppercase;
	overflow: hidden;
	color: #FFCCFF;
	text-align: center;
	font-weight: bold;
	font-size: small;
}	

#mainContent {
	float:right; 
	width:730px; 
	padding-left:10px;  
	overflow:hidden
}

.mainContentHeader {
	margin-top:20px;
	border-top:3px solid #000000;
	padding-top:10px;
	font-size:11px;
	margin-bottom:20px;
}

.mcHeaderBold {
	font-size:12px;
	font-weight:bold;
	margin-right:20px;
}

.dualCol {
	width:750px;
	clear:both;
	overflow:auto;
}

.singleCol {
	width:360px;
	overflow:hidden;
}

.headerFloatRight {
	padding-right:2px
}
/*-----IMAGE CHANGER-----*/
.photos {
	overflow: hidden;
	padding: 0px;
	width: 300px;
	height: 405px;
	margin: 0 auto;
}

.photos_thumbs {
	border: 1px #990099 solid;
}

img { border: none;}
.photos img.logo {margin: 0 auto; display:block;}
.photos div img {
	padding: 5px 0;
	margin: 5px 0;
	float: left;
	border-bottom: 1px solid #ddd;
}
.photos ul.thumbs {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	width: 350px;
	float: center;
	overflow: hidden;
}
.photos ul.thumbs li{
	width: 75px;
	height: 75px;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #FFCCFF;
	text-align: center;
	color: #990099;
}
.photos ul.thumbs li:hover {
}
.photos ul.thumbs li img {
}


/*-----IMAGE CHANGER-----*/

/*---SHIRT DESCRIPTION---*/

.shirt_title {
	color: #993399;
	font-size: small;
	font-weight: bold;
}
.shirt_title_detail{
   	color: #993399;
   	font-size: large;
   	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
   }

.shirt_description_header {
	color: #666666;
	font-size: medium;
	font-weight: bold;
}

.shirt_description_detail {
	color: #808080;
	font-size: small;
	font-weight: bold;
}

.shirt_size_chart {
	color: #808080;
	font-size: x-small;
	font-weight: bold;
}

.about_detail {
	padding: 15px;
	color: #993399;
	font-size: small;
	font-weight: bold;
}

/*---SHIRT DESCRIPTION---*/

/*----FOOTER CODE-----*/

#paypal_banner {
	height: 35px;
	width: 905px;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	float: left;
	color: #808080;
	font-weight: normal;

}

#footer {
	border: 1px solid #990099;
	background-color: #FFFFFF;
	height: 35px;
	width: 905px;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	float: left;
}

.footer_text {
	color: #808080;
	font-weight: normal;
}

.footer_connections {
	width: 30px;
}

.footer_connections:hover {
	color: #FFFFFF;
}

