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


/* COLOURS ***************************************************** */

/* #52c6c2 - blue background */

/* #fafaf0 - white canvas */

/* #ea4486 - pink rollover */

/* #666 - grey text */

/* #6c6c6c - grey breadcrumbs */

/* #89bfcf - blue left panel rollover */

/* ************************************************************* */



#top-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../images/bg-header-top.jpg) no-repeat top;
	height:auto;
}
#second-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../images/bg-header-second.jpg) no-repeat top;
	height:auto;
}




#content-header {
	float:left;
	width:595px;
}
#content-header img {
	float:left;
	margin: 0px 20px 0 0;
}
#content-header-left {
	float: left;
	width: 275px;
	line-height: 22px;
	font-size: 12px;
	padding: 9px 0px 0px;
}


	
#product-catalog-header {
	float:left;
	width:595px;
	margin: 0px 0px 15px;
	/*	background: url(../../global-images/border-595.gif) no-repeat left bottom;*/
	/*	padding: 0px 0px 15px;*/
}
#product-catalog-header-left {
	float:left;
	background: url(../../global-images/icon-pink-catalog.gif) no-repeat left center;
	padding: 0px 0px 0px 17px;
	height: 40px;
	width: 575px;
	margin: 0px 0px 15px;
}
.catalog-link {
	display: inline-block;
	width: 100px;
	float: left;
	font-size:10px;
	margin: 0px 0px 4px;
	color: #666666;
	font-weight: bold;
}
.product-title {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 18px;
	color:#ea4486;
	clear: left;
}




#catalog-left {
	float:left;
	width:289px;
}
#catalog-left p {
	margin: 0px 0px 15px;
}
#catalog-left h3 {
	color: #666666;
	margin-top: 0px;
}

#catalog-right {
	float:right;
	width:289px;
}


#catalog-left .link-pinkarrow a {
	background: url(../../global-images/icon-pink-arrow.gif) no-repeat left center;
	color: #666666;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
}
#catalog-left .link-pinkarrow a:hover {
	color: #ea4486;
	text-decoration: none;
}


#catalog-left ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#catalog-left ul li a {
	color: #666666;
	text-decoration: underline;
	list-style: none;
	font-size: 12px;
	line-height: 25px;
}
#catalog-left ul li a:hover {
}



.product-info {
	margin: 0px 0px 15px;
}
ul#product-list {
	list-style: url(none) none;
	margin: 20px 0px;
	padding: 0px;
	color: #666666;
	font-size: 10px;
}
ul#product-list li {
	margin: 0px 0px 10px;
}


.product-specs {
	margin: 0px 0px 15px 0px;
}

.product-specs h2 {
	background: url(../images/bg-catalog-289.gif) no-repeat left center;
	font-size: 10px;
	color: #666666;
	height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 0px 8px;

}
.product-specs p {
	color: #666666;
	font-size: 10px;
	margin: 0px 0px 15px;
	padding-left: 8px;
}

#serial {
	font-size: 10px;
	margin: 0px 0px 10px;
}
p#serial:first-letter {
	color:#ea4486;
}

/* THUM GALLERIES *********************************************************** */

ul.thum-wrap2 {
	list-style:none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 595px;
	float: left;
}
	*html ul.thum-wrap2 {margin: 0 0 15px 0;}

ul.thum-wrap2 li {
	display:inline;
}



#content-right-second ul.thum-wrap2 li a {
	float:left;
	color:#666;
	text-decoration:none;
	width: 136px;
	height: 255px;
	padding:10px 0px 0px;
	background: url(../images/thum-gallery-bg-off.gif) no-repeat;
	text-align: center;
	margin: 0px 17px 7px 0px;
	font-size:10px;
}

	*html #content-right-second ul.thum-wrap2 li a { margin-bottom: 17px; }


ul.thum-wrap2-nolink {
	list-style:none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 595px;
	float: left;
}
	*html ul.thum-wrap2-nolink {margin: 0 0 15px 0;}

ul.thum-wrap2-nolink li {
	display:inline;
	float:left;
	color:#666;
	text-decoration:none;
	width: 136px;
	height: 255px;
	padding:10px 0px 0px;
	background: url(../images/thum-gallery-bg-off.gif) no-repeat;
	text-align: center;
	margin: 0px 17px 7px 0px;
	font-size:10px;
}



#content-right-second ul.thum-wrap2 li a:hover {
	color:#ea4486;
	background: url(../images/thum-gallery-bg-over.gif) no-repeat;
}

ul.thum-wrap2 .thum-text {
	display:block;
	margin:3px 0px 0px;
	text-align: left;
	padding: 0px 10px;
	line-height: 16px;
	color:#666;
}

