@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: absolute;
left:300px;
top:156px;
width: 300px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	display: inline;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #606060;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -287px;
	left: -3px; /*position where enlarged image should offset horizontally */
	z-index: 500;
}
#largeimage {
	position:absolute;
	left:35px;
	top:105px;
	width:420px;
	height:265px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	
}

/** #models_gallery {
	position:relative;
	width:435px;
	height:190px;
	text-align: right;
	display: block;
	margin-left: 33px;
	margin-top: 25px;
	float: left;
}	**/


#models_gallery {
	position:absolute;
	left:33px;
	top:385px;
	width:435px;
	height:190px;
	text-align: right;
	display: block;
}	

#modelsplans_details {
	position:relative;
	width:250px;
	height: 480px;
	margin-top: 100px;
	float: right;
	margin-right: 15px;
}

#modelsplans_details ul{
	line-height: 20px;
	margin-left: 5px;
	list-style-image: url(../images/bullet.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

.model_info_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#600;
	font-weight: normal;
}

.model_info_price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight: bold;
	line-height: 26px;
}
.model_info_size {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
/*_____View Map Button_____*/

.models_button {
	position:relative;
	z-index: 10;
	margin-top: 0px;
	width: 255px;
	text-align: center;
	float: left;
	}	
.models_button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #143052;
	background-repeat: repeat-x;
	background: url(../images/nav_tab_off.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	text-align: center;
	width: 245px;
	text-decoration: none;
	height: auto;
	display: block;
	}

.models_button a:hover {
	background-repeat: repeat-x;
	background: url(../images/nav_tab_on.jpg);
	width: 245px;
}

/*_____View Map Button Small_____*/

.models_button_small {
	position:relative;
	z-index: 12;
	margin-top: 7px;
	margin-right: 5px;
	float: right;
	width: 120px;
	text-align: center;
	display: block;
	margin-bottom: 7px;
	}	
.models_button_small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #143052;
	background-repeat: repeat-x;
	background: url(../images/nav_tab_off.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	text-align: center;
	display: block;
}

.models_button_small a:hover {
	background-repeat: repeat-x;
	background: url(../images/nav_tab_on.jpg);
}
/*_____View Map Button Small_____*/

.collection_size {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006;
	line-height: 20px;
}

#collection_details {
	position:absolute;
	left:600px;
	top:196px;
	width:350px;
	height: 370px;
	text-align:left;
}

.collection_image {
	width: 109px;
	margin-left:20px;
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#630;
	font-size:15px;
	position:relative;
	float:left;
	line-height: 26px;

}
.collection_image img{
	border: 1px solid #f4f4ed;
}



.collection_image a:hover img{
	border: 1px solid #606060;
}


.collection_imagecontainer {
	position:absolute;
	left:300px;
	top:91px;
	width:280px;
	height:500px;
	z-index: 200px;
}
	

#smallprint {
	font-size:11px;
	line-height:15px;
	padding-bottom:10px;
	color:#600;
	padding-top: 5px;
}


.previous {
	float: left;
	margin-left: 0px;
}

.next {
	float: right;
	margin-right: 3px;
}

.next, .previous {
	text-align: center;
	display: block;
	position:relative;
	z-index: 12;
	background: #eee;
	margin-top: 7px;
	border: 1px solid #ccc;
}

.next a , .previous a {
	color: #143052;
	padding: 5px;
	display: block;
	width: 108px;
	}
	
.next a:hover , .previous a:hover {
	text-decoration: none;
	background: #DAE6F2;
	}	
