/* layout style*/

.plax_background {
	background:url(/PDP/ColgatePlax/AT/v2/assets/images/plax_background.gif); 
	width:100%;
	background-position:bottom;
	background-repeat:repeat-x;
}

.p_body * {font-family:Arial, 新細明體;
}

.p_body ul, .p_body li, .p_body a, .p_body img, .p_body h1, .p_body h2, .p_body table {
	padding:0;
	margin:0;
	font-family:Arial, 新細明體;
}
.p_body ul
{
	padding:0px 0px 0px 15px;
}
.p_body li
{
	padding:0px 0px 0px 5px;
}
.p_body p {
	color:#333;
	padding:0;
	margin:0;
	font-size:13px;
	line-height:150%;
}

.p_body img {
	display:block;
	border:0;
}

.p_body a {
	color:#333;
}

.clear {
	clear:both;
}

.bold {font-weight:bold;}

.main-container {
	/*width:750px;
	background:#F57921 url(..//PDP/ColgatePlax/AT/v2/assets/images/bg.jpg) 0 0 no-repeat;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;*/
}

/*edit on 20110713 */
.p_body{width:741px; border:#c5c5d7; border:thin;}
.p_content{ position:relative; }
.p_body img{border:0;}
.getyourfreesample{position:absolute; right:0px;}
.p_nbar{height:45px;}
.p_nbar td{ vertical-align:top; text-align:left;}

a.p_home{ width:35px; height:38px; background:url(/PDP/ColgatePlax/AT/v2/assets/images/home.png);display:block; text-indent: -9999px; outline:none;}
a.p_offers{ width:73px; height:38px; background:url(/PDP/ColgatePlax/AT/v2/assets/images/offers.png);display:block; text-indent: -9999px; outline:none;}
a.p_product{width:118px; height:38px; background:url(/PDP/ColgatePlax/AT/v2/assets/images/product_info.png);display:block; text-indent: -9999px; outline:none;}
a.p_howtorinse{width:210px; height:38px; background:url(/PDP/ColgatePlax/AT/v2/assets/images/how_to_rinse.png);display:block; text-indent: -9999px; outline:none;}
a.p_home:hover{ background:url(/PDP/ColgatePlax/AT/v2/assets/images/home_blue.png); outline:none;}
a.p_product:hover{background:url(/PDP/ColgatePlax/AT/v2/assets/images/product_info_blue.png); outline:none;}
a.p_howtorinse:hover{background:url(/PDP/ColgatePlax/AT/v2/assets/images/how_to_rinse_blue.png); outline:none;}
a.p_offers:hover{background:url(/PDP/ColgatePlax/AT/v2/assets/images/offers-blue.png); outline:none;}

.p_t1,.p_t2,.p_t3,.p_t4{ padding-right:10px; padding-top:7px;}
.p_t4{padding-right:30px;}

/*
Copyright 2010 Mike Brevoort http://mike.brevoort.com @mbrevoort

v1.0 jquery-facebook-multi-friend-selector

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#jfmfs-friend-selector input {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
.jfmfs-friend {                
    cursor:pointer;
    display:block;
    float:left;
    height:56px;
    margin:3px;
    padding:4px;
    width:126px;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
	-webkit-user-select:none;
	-moz-user-select:none;
	overflow:hidden;
}

.jfmfs-friend img {
    border: 1px solid #CCC;
    float:left;
    margin:0;
}

.jfmfs-friend.selected img {
    border: 1px solid #233E75;
}

.jfmfs-friend div {
    color:#111111;
    font-size:11px;
    overflow:hidden;
    padding:2px 0 0 6px;
}

#jfmfs-friend-container {
    overflow:scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    width:100%;
    height:300px;  
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    color: #333;
    font-size: 12px;
}

#jfmfs-friend-selector {
    width:600px;   
    height:376px;
    overflow-y:hidden;                            
}

#jfmfs-inner-header {
    background:none repeat scroll 0 0 #F7F7F7;
    border-bottom:1px solid #CCCCCC;
    color:#3B5998;
    font-size:11px;
    font-weight:bold;
    height:25px;
    padding:2px;
}

#jfmfs-inner-footer {
    background:none repeat scroll 0 0 #F7F7F7;
    border-top:1px solid #CCCCCC;
    height:30px;
    padding:2px;
    padding-top:8px;
    text-align:center;
}

.jfmfs-friend.selected {
    background-color: #3B5998;
    border: 1px solid #3B5998;
    
    background: #6D84B4; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#233E75', endColorstr='#6D84B4'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#233E75), to(#6D84B4)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #233E75,  #6D84B4); /* for firefox 3.6+ */    
}

.jfmfs-friend.selected div {
    color: #FFFFFF;
}

.hover {
    background-color: #EFF2F7;
}

.hide-non-selected, .hide-filtered {
    display: none;
}

div.jfmfs-button {
    background:none repeat scroll 0 0 #6D84B4;
    border:1px solid #3B5998;
    color:white;
    cursor:pointer;
    margin:4px 5px 0 4px;
    padding:2px 5px;
    text-decoration:none;
}

#jfmfs-friend-selector a.filter-link:link, a.filter-link:visited {
    font-weight: bold;
    text-decoration: none;
}

#jfmfs-friend-selector a.filter-link:hover, #jfmfs-friend-selector a.selected {
    background-color: #6D84B4;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    color: #FFFFFF;
}

#jfmfs-friend-selector .filter-link {
    margin:4px 5px 4px 5px;
    padding:3px 5px 3px 5px;
}

#jfmfs-inner-header .filter-link {
    float:right;
}

#jfmfs-inner-header div.jfmfs-button-hover {
    text-decoration: underline;
}


#jfmfs-friend-filter-text {
    height: 17px;
}


#jfmfs-inner-header span.jfmfs-title {
    color: #333333;
    font-weight: bold;
    margin: 3px 0 2px;
}

#jfmfs-max-selected-wrapper {
    float: right;
    margin:4px 5px 4px 5px;
    padding:3px 5px 3px 5px;  
}
