/*
		 Chris Coyier
		 http://css-tricks.com
*/

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }

div#page-wrap		{ width: 350px; margin: 25px auto; }

.box-one			{ width: 155px; background: url(../images/middle.gif) center repeat-y; margin: 10px 0 ;}
.box-one .inside	{ padding: 0 20px; font-size: 10px; font-family: Georgia, serif;}
.box-one .inside a:link, .box-one .inside a:visited { text-decoration: none; color: #000000; }
.box-one .inside a:hover, .box-one .inside a:active { text-decoration: none; color: #770105; }
.vertical			{ width: 10px; height:600px; background: url(../images/vertical_seperator.gif) center repeat-y;}
.product_id_straight			{ width: 112px; height: 28px; background: url(../images/product_id.gif);}
.product_id_straight .inside			{ padding: 7px 0px; font-size: 10px; font-family: vardana; font-size:11px;}
.category	{color: #000000; font-size:19px; font-family:Georgia, "Times New Roman", Times, serif};
.jobTextLinkless {font-size: 8px; color: #666666; font-family: Verdana, "Times New Roman", Georgia, Times, serif;}
.product_name	{color: #770105; font-size:19px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;}
.product_ref	{color: #770105; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif;}
.textbox-heading {
font-size: 11px;
font-weight:bold;
color: #666666;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.textbox {
font-size: 11px;
color: #666666;
font-family:Verdana, Arial, Helvetica, sans-serif
}
.groovybutton
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#888888;
   width:100px;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
}