/* Main buttons and image panel elements */

.designer_panel{
	position: relative;
	width: 970px;
	height: 970px;
	background-color: #000000;
			padding-bottom: 30px;

}



.designer_copy {
	position: absolute;
	width: 175px;
	color: #ffffff;
	left: 14px;
	top: 204px;
	z-index: 2;
}

.designer_copy p {
	color: #cccccc;
}

.designer_copy p b{
	color: #ffffff;
}




.designer_pictures{
	position: absolute;
	width: 703px;
	height: 742px;
	top: 14px;
	left: 254px;
	background-color: #000000;
}

.designer_photo {
	padding-right: 14px;
	padding-bottom: 8px;
}

.designer_photo_caption {
	font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    line-height: 1.3em;
    text-decoration : none;
    color: #ffffff;
	padding-right: 14px;
	padding-bottom: 16px;
}


/* Main content panel elements */


.main_content_designer {
	display: block;
	position: relative;
	width: 970px;
	background-color: #000000;
		padding-bottom: 40px;

}

/* Main content panel text stylings */

.designer_range_title {
font-weight: bolder;


	font-size: 11px;
	position:relative;
	float: left; width: 100%; 
	display: block; 
	margin-top: 30px; 
	margin-bottom:0px; 
color: white;
}


.designerLink:link, .designerLink:visited, .designerLink:active {
    font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    font-size: 70%;
    line-height: 1.3em;
    text-decoration : none;
    color: #ffffff;
    background: transparent;
}


.designerLink:hover {
    font-family: arial, helvetica, sans-serif;
    font-weight : bold;
    text-decoration : underline;
    color: #cccccc;
}



/* Carpet table  stylings */
.carpet_table_designer {
	font-family: arial, helvetica, sans-serif;
	width: 702px;
	color: #ffffff;
   /* padding-top: 14px;*/
    margin-top: 14px;
    border: 0px solid #000000;
}

.carpet_table_designer p {
	font-family: arial, helvetica, sans-serif;

	color: #ffffff;

}

.ref_designer{
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	font-size: 70%;
    line-height: 1.3em;
    font-weight: bold;
}


.colour_designer{
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	padding-top: 0px;
	font-size: 70%;
    line-height: 1.3em;
    font-weight: normal;
}





