/* ****************************** */
/* ************* PROJECT BOX      */
/* ****************************** */

div .box.projects {
	width: 230px;
	margin-bottom: 0px;
}

div .box.projects .section {
	width: 230px;
	height: 74px;
	padding: 0px;
	margin-top: -4px;
	background: url(/images/common/proj-bg-sm.gif) top left no-repeat;
	z-index: 1;
	position: relative;
}

div .box.projects .section:hover {
	background: url(/images/common/proj-bg-sm-over.gif) top left no-repeat ;
	z-index: 98;
}

div .box.projects div.section.on {
	background: url(/images/common/proj-bg-sm-on.gif) top left no-repeat ;
	z-index: 100;
}

div .box.projects div.section.first {
	background: url(/images/common/proj-bg-sm-top.gif) top left no-repeat !important;
	margin-top: 0px;
}

div .box.projects div.section.first:hover {
	background: url(/images/common/proj-bg-sm-top-over.gif) top left no-repeat !important;
}

div .box.projects div.section.first.on {
	background: url(/images/common/proj-bg-sm-top-on.gif) top left no-repeat !important;
	z-index: 100;
}

div .box.projects div.last {
	height: 70px;
	background: url(/images/common/proj-bg-sm-btm.gif) bottom left no-repeat;
}

div .box.projects div.section.last:hover {
	background: url(/images/common/proj-bg-sm-btm-over.gif) top left no-repeat;
}

div .box.projects div.section.last.on {
	background: url(/images/common/proj-bg-sm-btm-on.gif) top left no-repeat ;
}


div .box.projects .section div.title {
	font-size: 1.2em;
	margin: 0px;
	padding: 12px 2px 0 0;
	font-weight: bold;
}

* html div .box.projects .section div.title {
	font-size: 1.25em;
}

div .box.projects .section:hover {
    cursor: pointer;
}

div .box.projects .section:hover div.location a, 
div .box.projects .section.on div.location, 
div .box.projects .section.on div.info h3, 
div .box.projects .section:hover div.info h3 a {
	color: #f39127;
}

div .projects .section img {
	float: left;
	display: inline;
	padding: 0px;
	margin: 10px 10px 0 10px;
}


/* ****************************** */
/* ************* PROJECT PHOTO    */
/* ****************************** */


.photo {
	width: 400px;
	position: relative;
	clear: both;
	margin: -10px 0 1px 0;
	background: url(/images/common/line-dotted.gif) bottom left repeat-x;
	padding: 0 0 20px 0;
	height: 258px;
}

.photo img.imageFrame {
	padding: 10px 10px 0 0;
 	top: 0px;
 	left: 0px;
 	position: absolute: 
}

.photo img.mainImage {
	top: 33px;
 	left: 20px;
	padding-right: 0px;
	position: absolute;
}

/* ****************************** */
/* ************* PROJECT          */
/* ****************************** */

.project {
	margin: 0px;
	padding: 10px 0 0 0;
}

.project p {
	margin: 0px;
	padding: 0px;
}

.project .form {
	height: 46px;
	width: 400px;
	margin-top: 10px;
	background: url(/images/common/offset-bg.gif) top left repeat-x;
	padding: 12px 0px 0px 5px;
	clear: both;
	display: block;
	white-space: nowrap;
}

.project .form div {
	display: inline;
	float: left;
}

.project .form input[type=text] {
	width: 30px;
	margin: 0px 4px 0 0;
	padding: 2px;
	color: #666;
	background: url(/images/common/form-bg.gif) repeat-x top left;
	border: 0px;
}

.project .form #amount {
    width: 45px;
}

.project .form input[type=image] {
    width: 107px;
    padding: 0;
}

.project .form .btn {
	margin: 0px 0 0 3px;
}

.project .form .numbers {
	margin: 3px 4px 0 0;
	padding: 0px;
}

.project #cart_flash {
   padding: 4px 4px;
   background-color: #ffffff;
}

.project #error_flash {
   padding: 4px 4px;
   color: red;
   background-color: #ffffff;
}

.project .nocredits {
	margin: 10px 0 20px 0;
	padding: 10px;
	background: #f5fee2 ;
	color: #f39127;
	clear: both;
	display: block;
}

.project #toggle_extended {
    padding: 10px 0;
}