/* override global */

img {
	border: 1px solid #666;
}

img.selected {
	border: 1px solid #c00;	
}

#rightInner a:hover img {
	border: 1px solid #fff;	
}

#topPhotos {
	height: 550px;
}

.undazzle {
	width:750px;
	height:1px
}

#middle {
	float: left; 
	width: 756px;
}

#middleInner { 
	float: left; 
	width: 750px;
}

#middle img { 
	margin-bottom: 0px; 
}

#photoInfo { 
	position: absolute; 
	margin: 1px 0 0 1px; 
	width: 750px; 
	height: 140px;
	color: #fff;
}

#photoInfo .fizzBuzz {
	position: absolute;
	margin: 0;
	background: #000;
	width: 750px; 
	height: 140px;	
}

#photoInfo .meta {
	position: absolute;
	float: left;
	display: inline;
	width: 460px;
	height: 100px;
	padding: 10px 25px 10px 20px;
	color: #fff;
	margin-top: 10px;
}

#photoInfo .sales {
	float: left;
	display: inline;
	width: 225px;	
	padding-left: 20px
}

#photoInfo .photoName { 
	font-size: 1.5em; 
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}

#photoInfo .photoDescription { 
	font-size: 1.4em; 
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

#photoInfo .viewLarge {
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
}

#photoInfo .viewLarge a {
	padding-left: 8px;	
}

#photoInfo .viewLarge a:link, #photoInfo .viewLarge a:visited {
	color: #c00;
	font-size: 1.3em;
	text-decoration: none;
	background: url(/images/shared/redTriangleBullet.gif) no-repeat left center;
}

#photoInfo .viewLarge a:hover {
	color: #fff;
	text-decoration: underline;
	background: url(/images/shared/whiteTriangleBullet.gif) no-repeat left center;
}

#photoInfo .buyPrint {
	position: absolute;
	display: block;
	text-align: center;	
	margin: 20px 0 0 518px
}

#right { 
	float: left; 
}

#right h1.heading {
	padding-top: 0;
}

#right span { 
	display: none; 
}

#right a { 
	text-decoration: none; 
}

#right a.thumb { 
	float: left; 
	display: inline; 
}

#right #rightInner {
	width: 235px; 
	margin: 0;
}

* html #right #rightInner {
	width: 237px;	
}

#right #rightInner a.thumb { 
	height: 80px; 
	width: 80px; 
}

#right #rightInner a.thumb.last { 
	width: 75px; 
}

/* Featured Collections */
h1.heading {
	clear: both;
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #fff;
}

.collection {
	float: left;
	display: inline;
	width: 250px;
	color: #666;
	padding: 15px 20px 30px;
	margin: 0 55px 10px 0;
	background: #000 url(/images/home/collectionTile.gif) repeat-x 0 10px;
	border: 1px solid #333;
}

.collection.last {
	margin-right: 0;	
}

.collection:hover {
	border: 1px solid #fff;	
}

.collection h2 {
	font-size: 1.8em;
	margin: 8px 0 0 0;
	padding: 0;
}

.collection h2 a:link, .collection h2 a:visited {
	color: #fff;
	text-decoration: none;
}

.collection h2 a:hover {
	color: #c00;
}

.collection p {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.2em;
}


.content {
	float: left;
	display: inline;
	width: 250px;
	color: #666;
	padding: 15px 20px;
	margin: 0 55px 10px 0;
	background: #000 url(/images/home/collectionTile.gif) repeat-x 0 80px;
	border: 1px solid #333;
	height: 350px;
}

.content.last {
	margin-right: 0;	
}

.content:hover {
	border: 1px solid #fff;	
}

.content h2 {
	font-size: 1.8em;
	margin: 8px 0 0 0;
	padding: 0;
}

.content h2 a:link, .content h2 a:visited {
	color: #fff;
	text-decoration: none;
}

.content h2 a:hover {
	color: #c00;
}

.content p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.2em;
}


#about p {
	font-size: 1.4em;
	color: #666;
	margin: 0;
	padding: 0;
}

#about p a:link, #about p a:visited {
	color: #c00;
	text-decoration: none;
}

#about p a:hover {
	color: #fff;
}

#mobile {
	width: 75%;
	margin: 40px auto;
	padding: 40px 0;
	background: #fff;
	font-size: 48px;
    -webkit-border-radius: 40px;
    border: 8px solid #000;
    text-align: center;
}

#mobile a:link, #mobile a:visited {
	color: #000;
	text-decoration: none;
}

#colorSearch {
	overflow: hidden;
	padding-bottom: 15px;
}

#colorSearch p {
	font-size: 1.4em;
	color: #606060;
	margin-bottom: 10px;
}

#colorSearch p a:link, #colorSearch p a:visited {
	color: #c00;
	text-decoration: none;
}

#colorSearch p a:hover {
	color: #fff;
}

#colorSearch div {
	float: left;
	margin: 10px 6px 0 4px;
	border: 1px solid #666;
}

#colorSearch div:hover {
	border: 1px solid #fff;
}
#colorSearch div a:link, #colorSearch div a:visited {
	text-decoration: none;
	display: block;
	width: 50px; 
	height: 50px;
}
