/* COLLECTION.HTML STYLE SHEET
includes styles for individual carpet and rug galleries

created October 2010

*/

a.collink:link {
			text-decoration:	underline;
			font-weight:		bold;
}

a.collink:visited {	
			text-decoration:	underline;
			font-weight:		bold;
}

a.collink:focus {
			color:				#fff;
			background:			#000;
			font-weight:		bold;
}

a.collink:hover {
			color:				#fff;
			background:			#000;
			font-weight:		bold;
}

#footer {
			margin-top:			12px;
}

/* begin controls for collection.html */

#selectsize {
			background:			#fff;
}

#selectsize h3 {
			padding-top:		4px;
			color:				#fff;
			font-size:			1.25em;
}

#selectsize p {
			padding-top:		550px;
}

/* #selectfull and #selectscatter are settings for the textbox links to either FULL SIZE or SCATTER SIZE collections */

#selectfull,
#selectscatter {
			position:			absolute;
			top:				550px;
			width:				250px;
			background:			#fff;
			font-family:		"Lucida Grande", "Palatino Linotype";
			font-variant:		small-caps;
			font-size:			1.2em;
			font-weight:		bold;
}

#selectfull {
			left:				175px;
}

#selectscatter {
			right:				100px;
}

/* begin IMAGE properties for the main collection page - this is not for the individual pages */


#imgback img {
			width:				450px;
			height:				450px;
}

#fullcycle,
#scattercycle {
			position:			absolute;
			top:				80px;
}

#fullcycle {
			left:				10px;
}

#scattercycle {
			left:				480px;
}

/* begin general properties for both fullsize.html and scatter.html */

.itemname {
			font-weight:		bold;
			font-size:			1.1em;
}

ul.pagenav {
			display:			inline;
			padding-left:		10px;
}

.pagenav li {
			display:			inline;
			list-style-type:	none;
			padding:			0px 10px 0px 5px;
			font-size:			1.15em;
			font-weight:		bold;
}

.pagenav li a {
			padding:			3px 10px 3px 10px;
}


#fullcontainer {
			margin-top:			15px; /* some extra room for the text at the top of the page, scatter.html and fullsize.html */
			width:				960px;
}

#pagenav {
			margin-top:			45px;
			margin-bottom:		35px;
			text-align:			center;
			
			
}

#pagenav p {
			display:			inline;
			
}

/* begin FULLSIZE and SCATTERSIZE GALLERY CONTROLS */
	
.thumbsep {
			margin-top:			14px; /* just a little extra separation between the images and the text at the top */
}
	
.thumb {
			display:			inline-block;
			width:				300px;
			vertical-align:		top;
			margin:				5px 0px 10px 12px;
}		

.thumb p {
			font-size:			1em;
			text-align:			center;
			margin-top:			-2px;
}

.thumbimg img {
			padding:			5px;
			background-color:	#eee;
}

/* SOLD ITEMS SOLD ITEMS SOLD ITEMS SOLD ITEMS */

p.sold  {
			font-family:			"Lucida Grande", "Palatino Linotype";
			text-transform:			uppercase;
			font-weight:			bold;
			font-size:				2.0em;
			position:				absolute;
			color:					#000;
			background:				#ff0f00;
			width:					90px;
			height:					36px;
}

p#srug1232 {
			top:				298px;
			left:				330px;
}

