@charset "utf-8";
/* CSS Document */

/************************************************************************************
 RESET
*************************************************************************************/.
*
{
	margin:0px;
	padding:0px;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

a{
outline:0;
}

/* set image max width to 100% */
img {
/*	
commented due to issue in image crop - profile page.
max-width set to ".scrap_box_main img" to resize images inside scrap box

max-width: 100%;
*/
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, .nav, section { 
    display: block;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
.clear
{
	clear:both;
}
/************************************************************************************
 CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear
{
	clear:both;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	word-wrap:break-word;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: .6em;
	color:#959595;
}
h3 {
	font-size: 1.2em;
	color:#1f1f1f;
	padding:.25em 0;
}
.h3_dupe {
	font-size: 1.2em;
	color:#1f1f1f;
	padding:.25em 0;
}
h4 {
	font-size: .7em;
	color:#696969;
}
h5 {
	font-size: .75em;
	color:#505051;
	text-transform:uppercase;
	border-bottom:#bfbfbf 1px solid;
	margin-bottom:7px;
}
h6 {
	font-size: 1em;
}
p
{
	font:normal 12px/16px Tahoma, Geneva, sans-serif;
	color:#000;
	padding:7px 0px;
}
/************************************************************************************
 header
*************************************************************************************/
.header
{
	margin:0 auto;
	padding:0px;
	width:100%;
	background:#599c93 url(../images/pattern1.jpg);
	-webkit-box-shadow: 0 8px 6px -6px #b4b4b4;
	   -moz-box-shadow: 0 8px 6px -6px #b4b4b4;
	        box-shadow: 0 8px 6px -6px #b4b4b4;
}
.header_top
{
	margin:0 auto;
	padding:0px;
	width:960px;
}
.logo
{
	float:left;
	width:130px;
	height:37px;
	background:url(../images/sprites_org.png) 0 -13px no-repeat;

}
.search
{
	float:right;
	margin-top:6px;
}
.search form
{
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	float:left;
	margin-right:7px;
}
.search_box
{
	width:200px;
	height:26px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:0px 2px;
	color:#666;
	border:none;
	
	background:none;
	margin:0px 5px;
}
.search_button
{
	float:left;
	margin:6px 2px;
	border:none;
	cursor:pointer;
	width:16px;
	height:13px;
	background:url(../images/sprites_org.png) -155px 0 no-repeat;
}
.search_advanced
{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.75em;
	line-height:26px;
	color:#fff;
}
.search_advanced a
{
	color:#fff;
	text-decoration:underline;
}
.search_advanced a:hover
{
	color:#fff;
	text-decoration:none;
}

/* navigation */
.navigation
{
	margin:0 auto;
	padding:0px 5px;
	width:950px;
	border-top-right-radius:.4em;
	border-top-left-radius:.4em;
	-moz-border-top-right-radius:.4em;
	-moz-border-top-left-radius:.4em;
	-o-border-top-right-radius:.4em;
	-o-border-top-left-radius:.4em;
	-webkit-border-top-right-radius:.4em;
	-webkit-border-top-left-radius:.4em;
}
.lft
{
	float:left;
}
.rgt
{
	float:right;
}


/* content */
.content
{
	margin: auto;
	padding:20px 0px;
	width:960px;
}
.content_left
{
	float:left;
	width:76.04166666666666%; /* 730 / 960 */
}
.content_right
{
	float:right;
	width:23%; /* 230 / 960 */
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	border-left:#e6e6e6 1px solid;
}

/* title_tap part */
.title_tap
{
	margin:0 auto;
	padding:0px;
}
.title_tap ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.title_tap ul li
{
	float:left;
	background:#d5d5d5;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px 1px;
}
.clr_01 a
{
	background:#da5479;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:7px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.clr_01 a:hover
{
	background:#da5479;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:7px;
	color:#fff;
	display:block;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 5px 5px #b94766;
	-webkit-box-shadow: inset 0 0 5px 5px #b94766;
	box-shadow: inset 0 0 5px 5px #b94766;
}
.clr_02 a
{
	background:#f4f4f4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:7px;
	color:#2e2e2e;
	display:block;
	text-decoration:none;
}
.clr_02 a:hover
{
	background:#4abda3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:7px;
	color:#fff;
	display:block;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 5px 5px #29a085;
	-webkit-box-shadow: inset 0 0 5px 5px #29a085;
	box-shadow: inset 0 0 5px 5px #29a085;
}
.clr_03 a
{
	background:#f4f4f4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:7px;
	color:#2e2e2e;
	display:block;
	text-decoration:none;
}
.clr_03 a:hover
{
	background:#d24633;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:7px;
	color:#fff;
	display:block;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 5px 5px #b32d1b;
	-webkit-box-shadow: inset 0 0 5px 5px #b32d1b;
	box-shadow: inset 0 0 5px 5px #b32d1b;
}
.clr_04 a
{
	width:20px;
	height:13px;
	background-color:#89523f;
	background-image:url(../images/sprites_org.png);
	background-repeat:no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	display:block;
	text-decoration:none;
	opacity:.7;
	background-position:-94px 7px;
	padding:7px;
}
.clr_04 a:hover
{
	width:20px;
	height:13px;
	background-color:#89523f;
	background-image:url(../images/sprites_org.png);
	background-repeat:no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	color:#fff;
	display:block;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 5px 5px #7d4b3a;
	-webkit-box-shadow: inset 0 0 5px 5px #7d4b3a;
	box-shadow: inset 0 0 5px 5px #7d4b3a;
	opacity:1;
	padding:7px;
}
.clr_04_selected a{
	width:20px;
	height:13px;
	background-color:#89523f;
	background-image:url(../images/sprites_org.png);
	background-repeat:no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	color:#fff;
	display:block;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 5px 5px #7d4b3a;
	-webkit-box-shadow: inset 0 0 5px 5px #7d4b3a;
	box-shadow: inset 0 0 5px 5px #7d4b3a;
	opacity:1;
	padding:7px;
	background-position:-94px 7px;
}
 
.clr_05 a
{
	width:20px;
	height:13px;
	background-color:#89523f;
	background-image:url(../images/sprites_org.png);
	background-repeat:no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	display:block;
	text-decoration:none;
	opacity:.7;
	background-position:-123px 7px;
	padding:7px;
}
.clr_05 a:hover
{
	width:20px;
	height:13px;
	background-color:#89523f;
	background-image:url(../images/sprites_org.png);
	background-repeat:no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	color:#fff;
	display:block;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 5px 5px #7d4b3a;
	-webkit-box-shadow: inset 0 0 5px 5px #7d4b3a;
	box-shadow: inset 0 0 5px 5px #7d4b3a;
	opacity:1;
	padding:7px;
}
.clr_05_selected a{
	width:20px;
	height:13px;
	background-color:#89523f;
	background-image:url(../images/sprites_org.png);
	background-repeat:no-repeat;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	color:#fff;
	display:block;
	text-decoration:none;
	-moz-box-shadow: inset 0 0 5px 5px #7d4b3a;
	-webkit-box-shadow: inset 0 0 5px 5px #7d4b3a;
	box-shadow: inset 0 0 5px 5px #7d4b3a;
	opacity:1;
	padding:7px;
	background-position:-123px 7px;
}

/* header tags design part */
.mgn
{
	margin:15px 0px;
}
.color_black
{
	color:#333;
}
.color_red
{
	color:#cb7d7d;
	font-size:14px;
}
.color_gray
{
	color:#9a9a9a;
	font-size:12px;
}

/* scrap_container part */
.scrap_container
{
	margin:0 auto;
	padding:0px;
	position:relative;
}
.scrap_box_width1
{
	width:27.5%; /* 230 / 730 */
}
.scrap_box_width2
{
	width:93%;
}
.scrap_box
{
	margin:5px;
	padding:2.05%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	float:left;
}
.scrap_box_main
{
	margin:5px;
	padding:2.05%;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	float:left;
	background:#f8f8f8;
	border-bottom:#4abea4 3px solid;
	word-wrap:break-word;
}
.scrap_box_main > div >p{
	line-height:20px;
}

.scrap_box_main img{ 
	max-width: 100%; 
}

.bg_01
{
	background:#f8f8f8 url(../images/pattern2.jpg);
	border-bottom:#4abea4 3px solid;
	
}

.bg_01:hover
{
	background:#4abea4;
	border-bottom:#fff 3px solid;
	color:#fff;
	-webkit-box-shadow: 0 8px 6px -6px #b4b4b4;
	   -moz-box-shadow: 0 8px 6px -6px #b4b4b4;
	        box-shadow: 0 8px 6px -6px #b4b4b4;
}
.scrap_box:hover h2
{
	color:#fff;
}
.scrap_box:hover h4
{
	color:#fff;
}
.scrap_box:hover h1 a
{
	color:#fff;
}
.scrap_box:hover h1
{
	color:#fff;
}
.scrap_box:hover h4 a
{
	color:#fff;
}
.scrap_box:hover p
{
	color:#fff;
}
.scrap_box:hover .rating_box_con
{
	background:#fff;
	background-repeat:no-repeat;
}
.scrap_box:hover .rat_img1
{
	background-image:url(../images/icon_04.png);
}
.scrap_box:hover .rat_img2
{
	background-image:url(../images/icon_05.png);
}
.bg_02
{
	background:#f8f8f8 url(../images/pattern2.jpg);
	border-bottom:#d24633 3px solid;
}
.bg_02:hover
{
	background:#d24633;
	border-bottom:#fff 3px solid;
	color:#fff;
	-webkit-box-shadow: 0 8px 6px -6px #b4b4b4;
	   -moz-box-shadow: 0 8px 6px -6px #b4b4b4;
	        box-shadow: 0 8px 6px -6px #b4b4b4;
}
.rating_box
{
	margin:0 auto;
	padding-bottom:5px;

}
.rating_box_inner
{
	margin:0 auto;
	padding-bottom:5px;
	float:right;
}
.rating_box_con
{
	margin-right:1px;
	padding-right:2px;
	padding-left:2px;
	float:left;
	height:16px;
	background-color:#DBD5C3;
	background-repeat:no-repeat;
	font:normal 11px/16px Tahoma, Geneva, sans-serif;
	color:#595959;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}
h3 a
{
	color:#1f1f1f;
	text-decoration:none;
}
h3 a:hover
{
	color:#fff;
	text-decoration:none;
	text-shadow:#fff 0px 0px 10px;
}
.h3_dupe a
{
	color:#1f1f1f;
	text-decoration:none;
}
.h3_dupe a:hover
{
	color:#fff;
	text-decoration:none;
	text-shadow:#fff 0px 0px 10px;
}
/* pagenation part */
.pagenation
{
	margin: 10px auto;
  padding: 0 10px;
  text-align: left;
  width: 60%;
}
.pagenation ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
}
.pagenation ul li
{
	float:left;
	font:normal .8em/1.7em Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 1px;
}
.pagenation ul li a
{
	float:left;
	color:#000;
	background:#fff;
	display:block;
	padding:0px 7px;
	text-decoration:none;
	border:#dcdcdc 1px solid;
}
.pagenation ul li a:hover
{
	float:left;
	color:#fff;
	background:#4abea4;
	display:block;
	padding:0px 7px;
	text-decoration:none;
	border:#30a289 1px solid;
}
.pagenation_active
{
	float:left;
	color:#fff;
	background:#d24633;
	display:block;
	padding:0px 7px;
	text-decoration:none;
	border:#bb3220 1px solid;
	cursor:pointer;
}
/* tags part */
.tags
{
	margin:10px;
	padding:10px;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}
.tags_01
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.tags_01 li
{
	font:normal 12px/18px Tahoma, Geneva, sans-serif;
	color:#4d4d4d;
	background:#e2797c;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	margin:1px;
	float:left;
	text-shadow:#fff 1px 1px 0px;
}
.tags_01 li a
{
	color:#4d4d4d;
	background:#e2797c;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:2px 5px;
	display:block;
	text-decoration:none;
	float:left;
	background: rgb(237,233,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,233,219,1) 0%, rgba(220,214,196,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,233,219,1)), color-stop(100%,rgba(220,214,196,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,233,219,1) 0%,rgba(220,214,196,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,233,219,1) 0%,rgba(220,214,196,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,233,219,1) 0%,rgba(220,214,196,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,233,219,1) 0%,rgba(220,214,196,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede9db', endColorstr='#dcd6c4',GradientType=0 ); /* IE6-9 */
	border:#c4c4c4 1px solid;
}
.tags_01 li a:hover
{
	color:#4d4d4d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:2px 5px;
	display:block;
	text-decoration:none;
	float:left;
	background: rgb(220,214,196); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(220,214,196,1) 0%, rgba(237,233,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,214,196,1)), color-stop(100%,rgba(237,233,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(220,214,196,1) 0%,rgba(237,233,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(220,214,196,1) 0%,rgba(237,233,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(220,214,196,1) 0%,rgba(237,233,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(220,214,196,1) 0%,rgba(237,233,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd6c4', endColorstr='#ede9db',GradientType=0 ); /* IE6-9 */
	border:#c4c4c4 1px solid;
}
.tags_02
{
	margin:0px;
	padding:0px;
	list-style:none;
}
.tags_02 li
{
	font:normal 12px/18px Tahoma, Geneva, sans-serif;
	color:#4d4d4d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	margin:1px;
	text-shadow:#fff 1px 1px 0px;
	border:#c4c4c4 1px dotted;
	background:#fff;
	margin:2px 0px;
	overflow:hidden;
	white-space:nowrap;
}
.tags_02 li a
{
	color:#4d4d4d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:2px 5px;
	display:block;
	text-decoration:none;
}
.tags_02 li a:hover
{
	color:#4d4d4d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:2px 5px;
	display:block;
	text-decoration:none;
	box-shadow:#999 0px 0px 5px;
}
/* footer part */
.footer
{
	margin:0 auto;
	padding:0px;
	width:100%;
}
.footer_top
{
	margin:0 auto;
	padding:0px;
	background:#4d4d4d;
}
.footer_top_con
{
	margin:0 auto;
	padding:15px 0px;
	width:960px;
}
.footer_list
{
	float:left;
	width:31%;
	margin:0 1%;
}
.footer_list ul
{
	margin:15px 0px;
	list-style:none;
}
.footer_list ul li
{
	font:normal .8em/140% Tahoma, Geneva, sans-serif;
	color:#ccc;
	border-bottom:#5b5b5b 1px solid;
	border-top:#3a3a3a 1px solid;
	overflow:hidden;
	white-space:nowrap;
}
.footer_list ul li a
{
	display:block;
	text-decoration:none;
	color:#ccc;
	padding:10px;
}
.footer_list ul li a:hover
{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#575757;
	padding:10px;
}
.foot_tit1
{
	font-size:1em;
	color:#adadad;
	text-shadow:#000 1px 1px 0px;
}
.foot_tit2
{
	font-size:1.5em;
	color:#fff;
	text-shadow:#000 1px 1px 0px;
}
.footer_bottom
{
	margin:0 auto;
	padding:20px 0px;
	background:#2e2e2e;
}
.footer_bottom_con
{
	margin:0 auto;
	width:960px;
}
.footer_bottom_inner_con
{
	padding-right:15px;
	font:normal 11px/20px Tahoma, Geneva, sans-serif;
	color:#7b7b7b;
}
.footer_bottom_inner_con a
{
	color:#fff;
	text-decoration:none;
}
.footer_bottom_inner_con a:hover
{
	color:#4abea4;
	text-decoration:none;
}
/* ad */
.ad_top
{
	margin:0 auto;
	padding:15px 5px;
	width:950px;
}
.ad_wide
{
	float:left;
	width:728px;
	height:90px;
	background:#fff;
	/*border:#999 1px solid;*/	
}
.ad_wide_inner
{
	width:728px;
	height:90px;
	background:#fff;
	/*border:#999 1px solid;*/
	margin:10px 0;
	float:left;
}
.ad_wide_right
{
	float:right;
	width:213px;
	height:90px;
	background:#fff;
	/*border:#999 1px solid;*/
}
.box_ad_con
{
	margin:30px auto;
}
.box_ad
{
	width:336px;
	height:280px;
	/*border:#CCC 1px solid;*/
	float:left;
	margin-left:15px;
}

.form
{
	margin:15px auto;
	padding:0px;
}
.form_con
{
	margin:5px auto;
	padding:5px 0px;
}
.form_element
{
	margin:2px auto;
	padding:0px;
}
.textbox
{
	font:normal.75em/28px Tahoma, Geneva, sans-serif;
	color:#333;
	height:28px;
	border:#dcdcdc 1px solid;
	background:#fcfcfc;
	padding:0px 1%;
	width:98%;
	border-bottom:#4abea4 3px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-wbkit-border-radius:5px;
	-o-border-radius:5px;
}
.textbox:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #b4b4b4;
	   -moz-box-shadow: 0 8px 6px -6px #b4b4b4;
	        box-shadow: 0 8px 6px -6px #b4b4b4;
}
.textarea
{
	font:normal.75em/125% Tahoma, Geneva, sans-serif;
	color:#333;
	height:100px;
	border:#dcdcdc 1px solid;
	background:#fcfcfc;
	padding:1%;
	width:98%;
	border-bottom:#4abea4 3px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-wbkit-border-radius:5px;
	-o-border-radius:5px;
}
.textarea:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #b4b4b4;
	   -moz-box-shadow: 0 8px 6px -6px #b4b4b4;
	        box-shadow: 0 8px 6px -6px #b4b4b4;
}
.selectbox
{
	font:normal.75em/32px Tahoma, Geneva, sans-serif;
	color:#333;
	height:32px;
	border:#dcdcdc 1px solid;
	background:#fcfcfc;
	padding:.5%;
	width:100%;
	display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	border-bottom:#4abea4 3px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-wbkit-border-radius:5px;
	-o-border-radius:5px;
}
.selectbox:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #b4b4b4;
	   -moz-box-shadow: 0 8px 6px -6px #b4b4b4;
	        box-shadow: 0 8px 6px -6px #b4b4b4;
}
.lable
{
	font:normal .85em/150% Tahoma, Geneva, sans-serif;
	color:#666;
}
label
{
	font:normal .75em/150% Tahoma, Geneva, sans-serif;
	color:#666;
}
.form_button
{
	float:right;
	height:28px;
	padding:0px 10px;
	font: bold .8em/26px Tahoma, Geneva, sans-serif;
	color:#767676;
	text-shadow:#fff 1px 1px 0px;
	-moz-box-shadow:    inset 0 0 1px #fff;
	-o-box-shadow:    inset 0 0 1px #fff;
   -webkit-box-shadow: inset 0 0 1px #fff;
   box-shadow:         inset 0 0 1px #fff;
   background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	border:#dcdcdc 1px solid;
	text-transform:uppercase;
	cursor:pointer;
}
/* all */
::-webkit-input-placeholder { color:#ccc; }
::-moz-input-placeholder { color:#ccc; } /* firefox 19+ */
input:-moz-placeholder { color:#ccc; }
::-webkit-textarea-placeholder { color:#ccc; }
::-moz-textarea-placeholder { color:#ccc; } /* firefox 19+ */
textarea:-moz-placeholder { color:#ccc; }

/* profile */
.view_profile
{
	margin:0 auto;
	padding:20px;
	background:url(../images/pattern2.jpg) 0 0 repeat;
	border-radius:5px;
	-moz-border-radius:5px;
	-wbkit-border-radius:5px;
	-o-border-radius:5px;
}
.view_profile_img
{
	float:left;
	width:46px;
	height:46px;
	background:#999;
	border:#666 1px solid;
	margin-right:7px;
	margin-bottom:7px;
}
.pad_lft
{
	padding-left:5px;
}
.edit_box
{
	font:normal 1em/18px Tahoma, Geneva, sans-serif;
	color:#333;
	height:22px;
	border:#dcdcdc 1px solid;
	background:#fcfcfc;
	padding:0px 1%;
	width:150px;
	border-radius:5px;
	-moz-border-radius:5px;
	-wbkit-border-radius:5px;
	-o-border-radius:5px;
	margin:2px 5px;
	opacity:.5;
}
.edit_box:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #b4b4b4;
	   -moz-box-shadow: 0 8px 6px -6px #b4b4b4;
	        box-shadow: 0 8px 6px -6px #b4b4b4;
			opacity:1;
}

.rating_box_con_left
{
	float:left;
	height:16px;
	width:16px;
	background-image:url(../images/sprites_org.png);
	background-repeat:no-repeat;
}
.rating_pos1
{
	background-position:0px 2px;
}
.rating_pos2
{
	background-position:-16px 2px;
}
.rating_pos3
{
	background-position:-32px 2px;
}
.rating_pos4
{
	background-position:-48px 2px;
}
.rating_pos5
{
	background-position:-64px 2px;
}
.rating_pos6
{
	background-position:-79px 2px;
}
.rating_pos7
{
	background-position:-2px -47px;
} 
.rating_box_con_right
{
	float:left;
	padding:0px 3px;
}
blockquote {
	padding:2px 8px 2px 20px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
	border-width:0 0 0 5px;
	margin:13px 40px;
}
blockquote p{
	font-family: Georgia,Times,"Times New Roman",serif;
  font-style: italic;
  font-size:13px;
  line-height:1.6;
  padding:13px 0px;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font: 12px/18px Tahoma,Geneva,sans-serif;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

.adv-search{
	
	border:1px solid #3D9999;width:auto;height:auto;
	margin-top:30px;position:absolute;z-index:5000;
	width:300px;
	background:#fff;
	box-shadow:0px 0px 5px 5px #C9C9C9;
 -webkit-box-shadow:0px 0px 5px 5px #C9C9C9;
 -moz-box-shadow:0px 0px 5px 5px #C9C9C9;
 
  
}
.buttons{
	background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px 2px 2px 2px;
  color: #666666;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  line-height: 23px;
  margin: 11px 6px;
  min-width: 54px;
  padding: 0 8px;
  text-align: center;
	cursor:pointer;
}

.buttons:hover{
	background-color: #028F7F;
  border: 1px solid #056D5F;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3)
}
.txtbox{ padding-left:5px;margin-top:-2px;height:30px;width:200px; border:1px solid #a5a5a5; width:275px; font:12px arial,sans-serif,verdana;line-height:18px;}

.autocomplete-w1 { position:absolute; top:0px; left:0px; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; font:12px arial,sans-serif,verdana;line-height:18px; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.anc{ color:#cb7d7d; text-decoration:none;  }
.anc:hover{ text-decoration:underline; }

.highlight_anc{
	padding:  1px 3px 1px 1px;
	font-weight: bold;
	margin: 0px;
	border: 1px solid #C15E5E;
	background-color: #CB7D7D;
	color: #FFF;
	text-decoration:none;
	
}
.quotes a
{
	text-decoration:none;
	color:#007ae1;
}
.list{
	font:normal 12px/16px Tahoma, Geneva, sans-serif;
}
.list ul{
	padding-left:20px;
}

.list ul li{
	padding:5px;
}

/* Image crop */

.cropdiv{
	background-color: white;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: 20px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px; 
	 box-shadow:0px 0px 20x #999;
	-webkit-box-shadow:0px 0px 20px #999;
	-moz-box-shadow:0px 0px 20px #999;
	padding: 30px;
}

/*button stlye*/
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* end of image-crop styles */

.logmsg{
	font:normal 14px Arial, Helvetica,sans-serif;
	color:#666;
	display:block;
	padding:20px;
	
}
.logmsg a{
	color:#BD5807;
	text-decoration:none;
}
.logmsg a:hover{
	text-decoration:underline;
}

.resp_mgn{
	margin:0 40%;
}

.resp{
	width:60%; 
}

.resp1{
	width:30%;float:left;margin:5px;
}
.resp2{
	width:60%;margin:5px;
}

table.calendar	{ border-left:1px solid #ccc; width:300px; margin:0 auto; }
	.calendar-day	{ height:auto; font-size:11px; position:relative; } 
	td.calendar-day:hover	{ background:#eceff5; }
	td.calendar-day-np	{ background:#f9f9f9; height: auto; } 
	td.calendar-day-head { background:#d2e8f4; font-weight:bold; text-align:center; width:60px; padding:5px; border-bottom:1px solid #ccc;
	border-top:1px solid #ccc; border-right:1px solid #ccc;  }
	td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
	td.calendar-day a,td.calendar-day-current a,td.calendar-day-head a{text-decoration:none;font:12px Arial,Verdana,sans-serif;color:#000000;}
	td.calendar-day a:hover,td.calendar-day-current a:hover,td.calendar-day-head a:hover{text-decoration:underline;}
	.calendar-day-current { height: auto; font-size:11px; position:relative;background:#f0f8fb; width:120px; padding:5px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
	.bottom { width:120px; padding:5px; border-bottom:1px solid #ccc; border-right:1px solid #ccc; }
	.bottom a{text-decoration:none;font:12px Arial,Verdana,sans-serif;color:#000000;}
	.bottom a:hover{text-decoration:underline;}


/* a-z pagenation*/

.a-z_page_navigation
{
    margin:10px auto;
    padding:0px;
    text-align:center;
}
.a-z_page_navigation ul
{
    margin:0px;
    padding-:0;
    list-style:none;
    display:inline-block;
}
.a-z_page_navigation ul li
{
    float:left;
    font:normal 11px/18px Arial, Helvetica, sans-serif;
    color:#000;
    margin:1px;
}
.a-z_page_navigation ul li a
{
    float:left;
    color:#5d5d5d;
    background: #dcdcdc; /* Old browsers */
    display:block;
    padding:0px 5px;
    text-decoration:none;
    border:#b2b2b2 1px solid;
}
.a-z_page_navigation ul li a:hover
{
    float:left;
    color:#BC6262;
    background:#fff;
    display:block;
    padding:0px 5px;
    text-decoration:none;
    border:#BC6262 1px solid;
}
.a-z_page_navigation_active
{
    float:left;
    color:#fff;
    background: #CB7D7D;
    display:block;
    padding:0px 7px;
    text-decoration:none;
    border:#BC6262 1px solid;
    cursor:pointer;
}

/*header navigation*/
.megamenu
{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;box-sizing: border-box;
	padding:20px;
}
.megamenu2
{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;box-sizing: border-box;
	padding:20px;
	left:0;
	width:100%;
}
.nav_sign
{
	float:right;
	color:#6b6b6b;
	padding:0 10px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;box-sizing: border-box;
	z-index:100;
	line-height:2.1em;
	font:bold 0.7em/3em Tahoma,Geneva,sans-serif;
}
.nav_sign a
{
	color:#6b6b6b;
	text-decoration:none;
}
.nav_sign a:hover
{
	color:#ca4e70;
}
nav
{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;box-sizing: border-box;
	position:relative;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	border-top-left-radius:.4em;
	border-top-right-radius:.4em;
	padding:0px 5px;
	cursor:pointer;
}
nav ul
{
	list-style:none;
}
nav ul li
{
	
	color:#6b6b6b;
	font:bold 0.7em/3em Tahoma,Geneva,sans-serif;
	float:left;
	line-height:3.1em;
}
nav ul li a
{
	color:#6b6b6b;
	text-decoration:none;
	padding:0 10px;
	display:block;
	text-shadow:#fff 1px 1px 0px;
}
nav ul li a:hover
{
	color:#ca4e70;
	text-decoration:none;
	background:#e8e8e8;
	padding:0 10px;
	display:block;
	text-shadow:#fff 1px 1px 0px;
}
nav ul > li:hover
{
	background:#e8e8e8;
}
nav ul li:hover > a
{
	color:#ca4e70;
}
nav ul li > ul
{
	position:absolute;
	display:none;
	z-index:100;
}
nav ul li:hover > ul
{
	display: block;
	background:#e8e8e8;
}
nav ul li:hover > ul ul
{
	left:100%;
	margin-top:-32px;
	border-left:#57968e 2px solid;
}
nav ul li > ul li
{
	float:none;
	white-space:nowrap;
	
}
nav ul li ul > li {
font-size: 1em;
}
nav ul li ul > li a:hover
{
	background:#57968e;
	color:#fff;
	text-shadow:#43827a 1px 1px 0px;
	
}
nav ul ul li:hover > a
{
	background:#57968e;
	color:#fff;
	text-shadow:#43827a 1px 1px 0px;
	
}
.menu_list
{
	margin:0 auto;
	clear:left;
}
.menu_list ul
{
	list-style:none;
}
.menu_list ul li
{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#000;
}
.menu_list ul li a
{
	color:#fff;
	text-decoration:none;
}

/*** flag menu style **/
.nav
{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box;box-sizing: border-box;
	/*border-radius:.2em;*/
	background:#4261d5;
	position:relative;
}
.nav ul
{
	list-style:none;
}
.nav ul li
{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1em;
	float:left;
	line-height:2em;
}
.nav ul li a
{
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	display:block;
}
.nav ul li a:hover
{
	color:#fff;
	text-decoration:none;
	background:#2e49ac;
	padding:0 10px;
	display:block;
}
.nav ul > li:hover
{
	background:#2e49ac;
}
.nav ul li > ul
{
	position:absolute;
	display:none;
}
.nav ul li:hover > ul
{
	display: block;
	background:#2e49ac;
}
.nav ul li:hover > ul ul
{
	left:100%;
	margin-top:-32px;
	border-left:#000 2px solid;
}
.nav ul li > ul li
{
	float:none;
	white-space:nowrap;
}
.nav ul li ul > li a:hover
{
	background:#efc01e;
	color:#c64213;
}
.nav ul ul li:hover > a
{
	background:#efc01e;
	color:#c64213;
}



