/* Version Information
-----------------------------------------------
GravityFree Prototyping Stylesheet
Author:   Timothy J. Knight <tknight@gravityfree.com>
Version:  3 Jan 2007
----------------------------------------------- */

/* @group General */

blockquote cite{padding-left: 20px;}

blockquote.grayside{
	border: 1px solid #eee;
	border-left: 8px solid #eee;
	padding: 3px 10px;
}

blockquote.grayside cite{
	font-size: 90%;
}

form{margin: 0;padding: 0;}

.left{
	float: left;
	margin: 0 10px 10px 0;
}

.right{
	float: right;
	margin: 0 0 10px 10px;
}

span.headerphone{
	font-size: 150%; /* Used for phone numbers in the prototype header*/
}

/* @end */

/* @group Highlight Marks */

span.highlight{background-color: #ffc;}

span.dynamic{background-color: #e9f1fb;}

	span.dynamic:before{content: "[";}
	span.dynamic:after{content: "]";}

/* @end */

/* @group Headers */

h2.stylish{
	font-family: Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
	font-weight: normal;
	background-color: #357eb3;
	margin: 0 0 8px 0;
	color: white;
	padding: 3px 16px;
	letter-spacing: -1px;
	border-style: solid;
	border-width: 4px 0 8px 0;
	border-top-color: #b3dcf0;
	border-bottom-color: #1a5582;
}

h2.blockstyle{
	background-color: #ccc;
	border: 1px solid black;
	padding: 3px 3px 2px;
}

h2.underlined{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

/* @end */

/* @group Photo Styles */

div.photocap, img.shadowbox{
	background-color: #f5f5f5;
	border: 1px solid #eee;
	padding: 10px;
}

div.photocap img{
	border: 0;
}

div.photocap p{ /* Usage: Creating a caption in the photocap */
	font: italic 90% Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0;	
}

/* @end */

/* @group Buttons */

a.graybanner{
	display: block;
	background-color: #ccc;
	color: black;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	/* Set a width and line-height (use padding if text is multi-line) inline to control object size */
}

/* @end */

/* @group Pagination */

ul.pagination { list-style:none;margin:2px 0 0 -1px;padding:0; }
ul.pagination li { float:left; }
ul.pagination li.dots { padding:0 5px;color:#b99b65; }

ul.pagination li a{
	padding: 3px 5px 2px;
	border: 1px solid #bea782;
	margin: 0 2px;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	color: #9b7345;
	font-weight:bold;
	text-decoration: none;
	background:#f3efe6;
}

ul.pagination li a:hover { background: #c9b07e url(/images/backgrounds/buttonOff.gif) repeat-x top left;color:#6d582e; }
ul.pagination li a:focus { border: 1px solid #bea782 !important; }
ul.pagination li.current a { background:#b87e09 url(/images/backgrounds/buttonOn.gif) repeat-x top left;color:#ffda94; }
ul.pagination li.previous a, ul.pagination li.next a { padding: 4px 10px 2px; }

a.external{
	background: url(external-link.png) right center no-repeat;
	padding-right: 15px;
}
/* @end */

#sku_search input#search, #email_address input#email{
	font-size:175%;
	text-align: center;
}

#email_address input#email:focus{
	background-color: #ffc;
}

#success_message { background:#e2f9e3;margin: 20px auto;margin-bottom:0;width:450px;border:1px solid #c8ba9d;padding:6px;text-align:center;color:#3b5a36;font-weight:bold; }
