

/*-------------------------------------------------------------------------*/
/*	2. Columns
/*-------------------------------------------------------------------------*/
.one_half { width: 48%; }
.one_third { width: 30.5%; }
.one_third_foot { width: 25.5%; }
.one_fourth { width: 22%; }
.one_fifth { width: 16.8%; }
.one_sixth { width: 13.33%; }
.two_fifth { width: 37.6%; }
.two_third { width: 65.33%; }
.three_fifth { width: 58.4%; }
.three_fourth { width: 74%; }
.four_fifth { width: 67.2%; }
.five_sixth { width: 82.67%; }



.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
position: relative;
margin-right: 4%;
margin-bottom: 20px;
float: left;
}


.column-last {
margin-right: 0!important;
clear: right;
}

.tabs_type_2 .one_third { width: 29%; }








/*-------------------------------------------------------------------------*/
/*	3. Tabs - Type 1
/*-------------------------------------------------------------------------*/

.tabs_type_1 dd.current{
display:block;
}

.tabs_type_1 {
width:100%;
height:280px;
box-shadow:0 0 3px #c3c3c3;
border-radius:10px;
background-color:#ddd;
overflow:hidden;
position:relative;
margin:0;
}

.tabs_type_1 dt {
width:22%;
border-bottom:1px solid #ededed;
font-size:16px;
font-weight:700;
cursor:pointer;
padding:16px 0 16px 3%;
}

.tabs_type_1 dt img {
display:inline-block;
margin-right:15px;
position:relative;
top:5px;
}

.tabs_type_1 dd {
	margin-left:25%;
	background-color:#FFF;
	height:85%;
	box-shadow:inherit;
	overflow:auto;
	position:absolute;
	top:0;
	right:33px;
	display:none;
	z-index:1000;
	padding:4%;
}

.tabs_type_1 dt:first-child {
margin-top:2.4%;
}

.tabs_type_1 dd .column_group p:first-child {
margin-top:0;
}

.tabs_type_1_arrow {
position:absolute;
top:0;
left:23%;
z-index:1001;
width:18px;
height:36px;
background-image:url(../images/tab-type1-arrow.png);
background-repeat:no-repeat;
}

.tabs_type_1 dt.current,
.tabs_type_2 dt.current {
color:#01C3FD;
}








/*-------------------------------------------------------------------------*/
/*	4. Tabs - Type 2
/*-------------------------------------------------------------------------*/

.tabs_type_2 dd.current{
display:block;
}

.tabs_type_2 {
position:relative;
margin-top:40px;
font-size:16px;
padding-top:10px;
height:450px;
}

.tabs_type_2 dt {
float:left;
margin-left:1.25%;
margin-right:3.5%;
cursor:pointer;
font-weight:bold;
}

.tabs_type_2 dd {
display:none;
position:absolute;
background-image:url(../images/tabs-type2-BG.png);
background-repeat:repeat-x;
top:50px;
padding:30px;
}

.tabs_type_2_arrow {
position:absolute;
top:38px;
z-index:1001;
width:28px;
height:15px;
background-image:url(../images/arrow-up-2.png);
background-repeat:no-repeat;
}




/*-------------------------------------------------------------------------*/
/*	10. Scroll to Top
/*-------------------------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}









/*-------------------------------------------------------------------------*/
/*	11. Mini Icons
/*-------------------------------------------------------------------------*/
.icon-content, .icon-header {
padding-left:45px;
}

.icon-header{
margin-bottom:5px;
font-size:15px;
font-weight:500;
color:#555;
}

.icon-content{
color:#777;
}

.address_book{
background: url(../images/icons/address_book.png) -2px -2px no-repeat;
}

.alert{
background: url(../images/icons/alert.png) -2px -2px no-repeat;
}

.announcement{
background: url(../images/icons/announcement.png) -2px -2px no-repeat;
}

.calendar{
background: url(../images/icons/calendar.png) -2px -2px no-repeat;
}

.cog{
background: url(../images/icons/cog.png) -2px -2px no-repeat;
}

.comments{
background: url(../images/icons/comments.png) -2px -2px no-repeat;
}

.download{
background: url(../images/icons/download.png) -2px -2px no-repeat;
}

.edit{
background: url(../images/icons/edit.png) -2px -2px no-repeat;
}

.email{
background: url(../images/icons/email.png) -2px -2px no-repeat;
}

.file{
background: url(../images/icons/file.png) -2px -2px no-repeat;
}

.home{
background: url(../images/icons/home.png) -2px -2px no-repeat;
}

.info{
background: url(../images/icons/info.png) -2px -2px no-repeat;
}

.movie{
background: url(../images/icons/movie.png) -2px -2px no-repeat;
}

.page-layout{
background: url(../images/icons/page-layout.png) -2px -2px no-repeat;
}

.pencil{
background: url(../images/icons/pencil.png) -2px -2px no-repeat;
}

.pictures{
background: url(../images/icons/pictures.png) -2px -2px no-repeat;
}

.restart{
background: url(../images/icons/restart.png) -2px -2px no-repeat;
}

.settings{
background: url(../images/icons/settings.png) -2px -2px no-repeat;
}

.support{
background: url(../images/icons/support.png) -2px -2px no-repeat;
}

.tags{
background: url(../images/icons/tags.png) -2px -2px no-repeat;
}

.upload{
background: url(../images/icons/upload.png) -2px -2px no-repeat;
}

.users{
background: url(../images/icons/users.png) -2px -2px no-repeat;
}

.v-card{
background: url(../images/icons/v_card.png) -2px -2px no-repeat;
}

.zoom{
background: url(../images/icons/zoom.png) -2px -2px no-repeat;
}








/*-------------------------------------------------------------------------*/
/*	12. Breadcrumbs
/*-------------------------------------------------------------------------*/
#breadcrumb-1, #breadcrumb-2{
font: 11px Arial, Helvetica, sans-serif;
background:url(../images/breadcrumbs-1-bg.png) 0 0 repeat-x;
height:30px;
line-height:30px;
color:#9b9b9b;
border:solid 1px #cacaca;
width:100%;
overflow:hidden;
margin:0px;
padding:0px;
}

#breadcrumb-1 li.current{
color:#9b9b9b;
}

#breadcrumb-1 li, #breadcrumb-2 li{
list-style-type:none;
float:left;
padding-left:10px;
}

#breadcrumb-1 a{
height:30px;
display:block;
background:url(../images/breadcrumbs-1-separator.png) top right no-repeat;
padding-right: 15px;
text-decoration: none;
color:#454545;
}

#breadcrumb-1 a:hover, #breadcrumb-2 a:hover{
color:#01C3FD;
}

#breadcrumb-2 li.current{
color:#01C3FD;
}

#breadcrumb-2{
background:#2C3037 url(../images/breadcrumbs-2-bg.png) 0 0 repeat-x;
border:solid 1px #2D3238;
height:33px;
}

#breadcrumb-2 a{
height:33px;
display:block;
background:url(../images/breadcrumbs-2-separator.png) top right no-repeat;
padding-right: 15px;
text-decoration: none;
color:#909EB2;
}



/*-------------------------------------------------------------------------*/
/*	5. Buttons - Type 1
/*-------------------------------------------------------------------------*/
.button_style_1, .button_style_1:hover {text-decoration: none;border: 0;display:inline-block;letter-spacing:1.2px;text-transform: uppercase;color: #DDD !important;}
.button_style_1 span {display:block;}
.small_button{margin:5px 10px 5px 0;padding:0 21px 0 0;font-size: .9em;background: transparent url(../images/buttons/bg-buttons-sprite.png) 100% -43px no-repeat scroll;color: #F4F4F2;}
.small_button span{margin:0;padding:16px 0 17px 21px;line-height: 10px;background:transparent url(../images/buttons/bg-buttons-sprite.png) 0 0 no-repeat scroll;}


.medium_button{margin:5px 10px 5px 0;padding:0 23px 0 0;font-size: 1em;background: transparent url(../images/buttons/bg-buttons-sprite.png) 100% -136px no-repeat scroll;color: #F4F4F2;}
.medium_button span{margin:0;padding:19px 0 19px 23px;line-height: 12px;background:transparent url(../images/buttons/bg-buttons-sprite.png) 0 -86px no-repeat scroll;}


.large_button{margin:5px 10px 5px 0;padding:0 34px 0 0;font-size: 1.1em;background: transparent url(../images/buttons/bg-buttons-sprite.png) 100% -261px no-repeat scroll;color: #F4F4F2;border:0;outline:none;cursor:pointer;}
.large_button span{margin:0;padding:28px 0 33px 33px;line-height: 16px;background:transparent url(../images/buttons/bg-buttons-sprite.png) 0 -186px no-repeat scroll;border:0;outline:none;cursor:pointer;}



/* Fire */
.small_fire,
.small_fire span,
.medium_fire,
.medium_fire span,
.large_fire,
.large_fire span {background-image: url(../images/buttons/bg-buttons-sprite-fire.png);}

/* Autumn */
.small_autumn,
.small_autumn span,
.medium_autumn,
.medium_autumn span,
.large_autumn,
.large_autumn span {background-image: url(../images/buttons/bg-buttons-sprite-autumn.png);}

/* Cherry */
.small_cherry,
.small_cherry span,
.medium_cherry,
.medium_cherry span,
.large_cherry,
.large_cherry span {background-image: url(../images/buttons/bg-buttons-sprite-cherry.png);}

/* Coffee */
.small_coffee,
.small_coffee span,
.medium_coffee,
.medium_coffee span,
.large_coffee,
.large_coffee span {background-image: url(../images/buttons/bg-buttons-sprite-coffee.png);}

/* Golden */
.small_golden,
.small_golden span,
.medium_golden,
.medium_golden span,
.large_golden,
.large_golden span {background-image: url(../images/buttons/bg-buttons-sprite-golden.png);}

/* Pink */
.small_pink,
.small_pink span,
.medium_pink,
.medium_pink span,
.large_pink,
.large_pink span {background-image: url(../images/buttons/bg-buttons-sprite-pink.png);}

/* Purple */
.small_purple,
.small_purple span,
.medium_purple,
.medium_purple span,
.large_purple,
.large_purple span {background-image: url(../images/buttons/bg-buttons-sprite-purple.png);}

/* Periwinkle */
.small_periwinkle,
.small_periwinkle span,
.medium_periwinkle,
.medium_periwinkle span,
.large_periwinkle,
.large_periwinkle span {background-image: url(../images/buttons/bg-buttons-sprite-periwinkle.png);}

/* Violet */
.small_violet,
.small_violet span,
.medium_violet,
.medium_violet span,
.large_violet,
.large_violet span {background-image: url(../images/buttons/bg-buttons-sprite-violet.png);}

/* Sky Blue */
.small_skyblue,
.small_skyblue span,
.medium_skyblue,
.medium_skyblue span,
.large_skyblue,
.large_skyblue span {background-image: url(../images/buttons/bg-buttons-sprite-skyblue.png);}

/* Cool Blue */
.small_coolblue,
.small_coolblue span,
.medium_coolblue,
.medium_coolblue span,
.large_coolblue,
.large_coolblue span {background-image: url(../images/buttons/bg-buttons-sprite-coolblue.png);}

/* Royal Blue */
.small_royalblue,
.small_royalblue span,
.medium_royalblue,
.medium_royalblue span,
.large_royalblue,
.large_royalblue span {background-image: url(../images/buttons/bg-buttons-sprite-royalblue.png);}

/* Blue Grey */
.small_bluegrey,
.small_bluegrey span,
.medium_bluegrey,
.medium_bluegrey span,
.large_bluegrey,
.large_bluegrey span {background-image: url(../images/buttons/bg-buttons-sprite-bluegrey.png);}

/* Lime Green */
.small_limegreen,
.small_limegreen span,
.medium_limegreen,
.medium_limegreen span,
.large_limegreen,
.large_limegreen span {background-image: url(../images/buttons/bg-buttons-sprite-limegreen.png);}

/* Forest Green */
.small_forestgreen,
.small_forestgreen span,
.medium_forestgreen,
.medium_forestgreen span,
.large_forestgreen,
.large_forestgreen span {background-image: url(../images/buttons/bg-buttons-sprite-forestgreen.png);}

/* Teal */
.small_teal,
.small_teal span,
.medium_teal,
.medium_teal span,
.large_teal,
.large_teal span {background-image: url(../images/buttons/bg-buttons-sprite-teal.png);}

/* Teal Grey */
.small_tealgrey,
.small_tealgrey span,
.medium_tealgrey,
.medium_tealgrey span,
.large_tealgrey,
.large_tealgrey span {background-image: url(../images/buttons/bg-buttons-sprite-tealgrey.png);}

/* Grey */
.small_grey,
.small_grey span,
.medium_grey,
.medium_grey span,
.large_grey,
.large_grey span {background-image: url(../images/buttons/bg-buttons-sprite-grey.png);}

/* Silver */
.small_silver,
.small_silver span,
.medium_silver,
.medium_silver span,
.large_silver,
.large_silver span {background-image: url(../images/buttons/bg-buttons-sprite-silver.png);color:#555 !important;}










/*-------------------------------------------------------------------------*/
/*	6. Buttons - Type 2
/*-------------------------------------------------------------------------*/
a.button {
background-image: url(../images/buttons/button-sprite.png);
text-decoration: none;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 12px;
margin: 0 5px 20px;
padding: 8px 10px 0;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
display: inline-block;
}

a.button.large {
padding: 11px 10px 0;
line-height: 14px;
height: 24px;
}

/* Black */
a.button.black {background-position: 0 0;
border: 1px solid #4C4C4C;
color: #FFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
a.button.black:hover {border: 1px solid #2C2C2C;background-position: 0 -28px;}
a.button.large.black {background-position: 0 -56px;}
a.button.large.black:hover {background-position: 0 -91px;}


/* Blue */
a.button.blue {
background-position: 0 -126px;
border: 1px solid #8DC5DA;
color: #42788E;
}
a.button.blue:hover {border: 1px solid #7CAEC0;background-position: 0 -154px;}
a.button.large.blue {background-position: 0 -182px;}
a.button.large.blue:hover {background-position: 0 -217px;}

.button.blue {
border-color: #0076a3;
background: #49b3fc;
background: -moz-linear-gradient(top, #76c7ff 0%, #1da0fa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c7ff), color-stop(100%,#1da0fa));
background: -webkit-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
background: -o-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
background: -ms-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c7ff', endColorstr='#1da0fa',GradientType=0 );
background: linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.button.blue:hover {
background: #76c7ff;
}
.button.blue.flat {
background: #49b3fc;
}

/* Green */
a.button.green {
background-position: 0 -252px;
border: 1px solid #ADC671;
color: #5D7731;
}
a.button.green:hover {border: 1px solid #8BB14D;background-position: 0 -280px;}
a.button.large.green {background-position: 0 -308px;}
a.button.large.green:hover {background-position: 0 -343px;}


/* Grey */
a.button.grey {
background-position: 0 -378px;
border: 1px solid #B5B5B5;
color: #555;
}
a.button.grey:hover {border: 1px solid #989898;background-position: 0 -406px;}
a.button.large.grey {background-position: 0 -434px;}
a.button.large.grey:hover {background-position: 0 -469px;}


/* Navy */
a.button.navy {
background-position: 0 -504px;
border: 1px solid #A2AFB8;
color: #515F6A;
}
a.button.navy:hover {border: 1px solid #8996A0;background-position: 0 -532px;}
a.button.large.navy {background-position: 0 -560px;}
a.button.large.navy:hover {background-position: 0 -595px;}


/* Orange */
a.button.orange {
background-position: 0 -630px;
border: 1px solid #DAB347;
color: #835503;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
a.button.orange:hover {border: 1px solid #DAB347;background-position: 0 -658px;}
a.button.large.orange {background-position: 0 -686px;}
a.button.large.orange:hover {background-position: 0 -721px;}


/* Purple */
a.button.purple {
background-position: 0 -756px;
border: 1px solid #BC9DB9;
color: #7B5777;
}
a.button.purple:hover {border: 1px solid #A482A0;background-position: 0 -784px;}
a.button.large.purple {background-position: 0 -812px;}
a.button.large.purple:hover {background-position: 0 -847px;}


/* Red */
a.button.red {
background-position: 0 -882px;
border: 1px solid #DF6F8B;
color: #913944;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
a.button.red:hover {border: 1px solid #C36079;background-position: 0 -910px;}
a.button.large.red {background-position: 0 -938px;}
a.button.large.red:hover {background-position: 0 -973px;}


/* Teal */
a.button.teal {
background-position: 0 -1008px;
border: 1px solid #90C6C8;
color: #437B7D;
}
a.button.teal:hover {border: 1px solid #7DB9BB;background-position: 0 -1036px;}
a.button.large.teal {background-position: 0 -1064px;}
a.button.large.teal:hover {background-position: 0 -1099px;}


/* White */
a.button.white {
background-position: 0 -1134px;
border: 1px solid #D3D3D3;
color: #555;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
a.button.white:hover {border: 1px solid #C4C4C4;background-position: 0 -1162px;}
a.button.large.white {background-position: 0 -1190px;}
a.button.large.white:hover {background-position: 0 -1225px;}








/*-------------------------------------------------------------------------*/
/*	7. Notification Boxes
/*-------------------------------------------------------------------------*/
.message_blue,
.message_red,
.message_blue,
.message_yellow{
color: #333333;
margin: 0 0 20px;
padding: 20px 20px 20px 68px;
		border-radius: 5px;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}

.message_blue {
background: #DFE9B7 url(../images/notification-green.gif) no-repeat scroll 30px center;
border: 1px solid #BAC398;
}
.message_red {
background: url(../images/notification-red.gif) no-repeat scroll 20px center #F5DCD8;
border: 1px solid #CDBFBE;
}
.message_blue {
background: url(../images/icons/tick.png) no-repeat scroll 20px center #DAE6F2;
border: 1px solid #BDC4CA;
}
.message_yellow {
background: url(../images/notification-yellow.gif) no-repeat scroll 20px center #F8F2B6;
border: 1px solid #D8D4B7;
}

.message_blue a {
color: #66B500;
font-weight: bold;
}
.message_red a {
color: #CB2A19;
font-weight: bold;
}
.message_blue a {
color: #0092F5;
font-weight: bold;
}
.message_yellow a {
color: #A58100;
font-weight: bold;
}








/*-------------------------------------------------------------------------*/
/*	8. Accordions
/*-------------------------------------------------------------------------*/

.accordion dd.current {
display:block;
}

.accordion {
font-size:12px;
margin-left:0;
}

.accordion dt {
width:92%;
border:1px solid #e9e9e9;
border-radius:5px;
margin-bottom:4px;
font-weight:500;
background-image:url(../images/accordion-BG.png);
background-position:bottom left;
background-repeat:repeat-x;
position:relative;
cursor:pointer;
padding:20px 20px 20px 50px;
}

#content .one_third .accordion dt {
width:74%;
}

#content-sub .one_third .accordion dt {
width:63%;
}

.accordion dd {
display:none;
padding:0 11px;
margin-bottom:0;
}

.accordion dd p:first-child {
margin-top:8px;
}

.accordion dt:before {
content:url(../images/accordion-plus-sign.png);
position:absolute;
left:15px;
top:50%;
margin-top:-12px;
}

.accordion dt.current:before {
content:url(../images/accordion-minus-sign.png);
}

.one_half .accordion dt {
width:83%;
}

.one_third .accordion dt {
width:74%;
}

.one_fourth .accordion dt {
width:65%;
}








/*-------------------------------------------------------------------------*/
/*	13. Callout Boxes
/*-------------------------------------------------------------------------*/
.product_callout {
border-radius:10px 10px 10px 10px;
padding:30px 35px;
position:relative;
}

.product_callout p {
font-size:14px;
margin-right:115px;
margin-top: -21px;
line-height:22px;
}

.product_callout h3 {
font-weight:400;
margin-bottom:10px;
font-size:23px;
}

.product_callout .button {
margin-top:-20px;
position:absolute;
right:35px;
top:50%;
}

.callout_light{
background: url(../images/callout-bg-light.png) left bottom repeat-x;
border:1px solid #EEE;
}

.callout_dark{
background: #555555 url(../images/callout-bg-dark.png) left bottom repeat-x;
border:1px solid #555;
}

.callout_dark h3, .callout_dark p{
color:#FFF;
}



.btn {
    padding: 3px;
    padding-top: 5px;
    background: #000;
    border: none;
    color:#FFF;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: -5px;
}
.chrome .btn {
    padding-top: 3px;
}

.subscribe-button {
    color: #000;
    background: #999;
    margin-top: 0px;
    float: right;
    width: 80px;
    height: 28px;
}

.subscribe-form {
    margin-top: 20px;
}
.subscribe {
    width: 110px;
    height: 25px;
}
.subscribe-form label.error {
    color: #999999;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: -20px;
    width: 220px;
}

p#Note {
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding: 10px;
}
p.error {
    border: 1px solid #FF3333 !important;
}
/* CONTACT US */
.main input.textInput, .main textarea.textInput {
    width: 598px;
}

/*
    SOCIAL ICONS LIST
*/
.social-icons {
    margin-top: 5px;
}
ul.social-icons-list {
    list-style: none;
}
ul.social-icons-list li {
    float: left;
    margin-right: 4px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
ul.social-icons-list li:last-child {
    margin-right: 0px;
}

	
/* ------------------------------------------------------
@4 Product page
--------------------------------------------------------- */
#productpage{
margin:14px 0 0 0; position: relative;
width:960px;
}
	#productpage h2{
		font-size:1.6em;
		color:#000000;
		padding:0px 0 9px 5px;
		margin: 0 0 .25em 0;
		background: url(../img//dot.gif) bottom left repeat-x;
	}
	#productpage h3{
		font-size:2.6em;
		color:#00000;
	width: 270px;
	position: absolute;
	left: 269px;
	bottom: 5px;
}


	#product_options {
	position: absolute;
	top: -83px;
	right: 8px;
	width: 207px;
	height: 49px;
}
		#product_options li { float: left; margin: 0 0 0 15px; border-right: 0px solid #ccc; padding-right: 15px; }
		#product_options li.last { padding-right: 0; border: none; }	
			#product_options li a, #product_options li span {
				display: block;
				padding: 4px 0 4px 23px;
				background: url(../img/print_ico.gif) 0 50% no-repeat;
				color: #555;
				font-size: .9em;
			}
			#product_options li a#make_enquiry { background: url(../img/email_ico.gif) 0 50% no-repeat; }
			#product_options li span { background: url(../img/phone_ico.gif) 0 50% no-repeat; }
			
#productpage p.not_found { margin: 30px 0 0 0; }

/* ------------------------------------------------------
@4 Product
--------------------------------------------------------- */ 
#product{
width:300px;
float:left;
padding-left: 5px;
padding-bottom: 20px;
}
	#product p, #product ul {
	font-size: .9em;
}
	#product ul { margin-left: 1.15em; }
	#product .price_p { font-size: 0.8em; margin: 0; padding: 10px 0 0 0; }
		#product .price{
			display:block;
			font-weight: bold;
			color: #000000;
			margin:12px 0 0 0;
	font-size: 2.5em;
}
	
	#product ul.product_attributes { list-style: none; margin: 24px 0 1em 0; padding: 0; color:#000000; font-size: .9em; } 	
		#product ul.product_attributes li { margin: 0 0 .35em 0; padding: 0; }
			#product ul.product_attributes li strong { margin-left: 4px; color:#000000; }
			
	.disclaimer{
	font-weight:normal;
	font-size: .8em;
	clear: both;
	color: #666;
	padding-left: 10px;
	}
	
	#product p.enquire_p { font-size: 1em; }
	
	#related_cabins { margin-top: 20px; padding-top: 1px; background: url(../img/dot.gif) top left repeat-x; }
		#related_cabins h3 { margin: 15px 1em 0 20px; }
	#related_cabins #cabins_list { margin-top: 0 }
	
/* ------------------------------------------------------
@4 Product pics
--------------------------------------------------------- */ 
#productpics{
float:right;
width:595px;
margin:15px 0 20px 0;

background: url(../img/product_full.gif) 0 0 no-repeat;
}

	#productpics .productpics{
	list-style:none;
	}
	
	#print_pics { display: none; }
	
	#productthumbs{
	list-style:none;
	margin:0;
	padding:0px;
	margin:0 0 0 0;
	}
	#productthumbs li { float:left; }
	#productthumbs li a {
	display: block;
	padding:13px 25px 17px 15px;
	text-align: center;
	background: url(../img/product_thumb.gif) 0 0 no-repeat;
	}
	#productthumbs li.fourth a { padding-right: 20px; }
	
	
	#productthumbs li a:hover { background: url(../img/product_thumb_active.gif) 0 0 no-repeat; }
	#productthumbs li img{
		width:100px;
	margin:0px;
	padding:0px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	}
	#productthumbs li a.activeSlide { background: url(../img/product_thumb_active.gif) 0 0 no-repeat; }
		#productthumbs li a.activeSlide img {
			opacity: 1.0;
			-moz-opacity: 1.0;
			filter: alpha(opacity=100);
		}
		
	#productthumbs li a span.video_thumb { display: block; height: 90px; }
	#productthumbs li a em { display: block; height: 27px; font-style: normal; color: #555; }
	
	#enquire_btn {
		display: block;
		width: 167px;
		height: 43px;
		text-indent: -2000px;
		text-decoration: none;
		outline: none;
		background: url(../img/enquire_btn.gif) 0 0 no-repeat;
		margin: 20px 0 10px 0;
	}
	#enquire_btn:hover { background-position: 0 -43px; }
	
	#print_pics img { margin: 0 15px 15px 0; display: inline; }
	
	/* resets the default behaviour for lists & list items */
.container_list { list-style: none; margin: 0; padding: 0; font-size: 1em; }
	.container_list li { margin: 0; }
	
.img_pf_hover {
position: relative;
z-index: 10;
display: inline-block;
background: url(../images/14.png) #000;
margin-top: 0px;
}
