/*

	style_fcs.css
	
*/

html {}

/******** lists defaults ******/

ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
li:last-child {
	margin-bottom: 0;
}

li ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	list-style: outside disc;
}

li li{
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

li li:last-child {
	margin-bottom: 0;
}

/******** Container Div ******/

.builder-container-outer-wrapper {
	display: block;
	margin: 10px auto;
	margin-top: 0px;
	padding: 0;
	border: 0;
}

.builder-container {
	margin: 0;
	padding: 0;
	border: 0 ;
}

/******** Header Module ******/

.builder-module-header .builder-module-element {
}

/******** Image Module ******/

.builder-module-image{
	margin: 0;
	padding: 0;
	border: 0;
}

.builder-module-image .builder-module-element {
}

.builder-module-image .builder-module-element img {
	margin: 0;
}

/******** Navigation Module ******/

.builder-module-navigation {
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-position: top left;
	border-style: solid;
	border-width:  0px 1px 1px 1px;
}

.builder-module-navigation .builder-module-element {
	margin: 0;
	padding: 0;
}

.builder-module-navigation ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.builder-module-navigation ul * {
	margin: 0;
	padding: 0;
}

.builder-module-navigation ul a{
	padding: 6px 9px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: top left;
}

.builder-module-navigation ul a:hover{
}

.builder-module-navigation ul.menu>li {
	border-right-style: solid;
	border-right-width: 2px;
}

.builder-module-navigation ul.menu>li a {
}

.builder-module-navigation ul.menu>li a:hover {
}

.builder-module-navigation ul.menu>li ul {
	width: 14em;
}

.builder-module-navigation ul.menu>li li {
	width: 14em;
	border-top: 0px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

.builder-module-navigation ul.menu>li li:first-child {
	border-top-width:  1px;
}

.builder-module-navigation ul.menu>li li a {
}

.builder-module-navigation ul.menu>li li a:hover {
}

.builder-module-navigation ul.menu>li ul ul {
	margin: -3.1em 0 0 14em;
}

/******** Content Module ******/

.builder-module-content{
	margin: 0;
	padding: 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.builder-module-content .builder-module-element {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0px 10px 5px 10px;
	text-align: left;
}

.builder-module-content .hentry {
	margin-bottom: 20px;
	padding-right: 5px;
	border-right: 1px solid;
}

.hentry .entry-header {
	clear: both;
	margin: 0;
	padding: 0;
}

.hentry .entry-content {
	margin-top: 5px;
	clear: both;
}

/******** Content Module - Sidebars ******/

.builder-module-content .builder-module-sidebar {
	display: block;
	width: 100%;
	text-align: left;
}
.builder-module-content .builder-module-sidebar .widget-wrapper {
	width: 100%;
}

/******** HTML Module ******/


/******** Footer Module ******/
	
.builder-module-footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid;
}

/******** fcs ******/

.fcs {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

/************ fcs_footer ********************/

.fcs_footer {
	margin: 5px 0px 5px 0px;
}	

.fcs_footer_left {
	float: left; 
	margin: 2px 0px 2px 10px;
	text-align: left;
}	

.fcs_footer_left_1 {
	margin: 2px 0px 2px 0px;
}	

.fcs_footer_left_2 {
	margin: 2px 0px 2px 0px;
}	

.fcs_footer_right {
	float: right;
	margin: 2px 10px 2px 0px;
	text-align: right;
}	

.fcs_footer_right_1 {
	margin: 2px 0px 2px 0px;
}	
.fcs_footer_right_2 {
	margin: 2px 0px 2px 0px;
}	

/******** fcs tabs ******/

.fcstabs,
.fcstabs .tabs,
.fcstabs .tab,
.fcstabs .title,
.fcstabs .content {
	margin: 0;
	padding: 0;
	border: 0;
}

.fcstabs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fcstabs .tabs {
	border-style: solid;
}

.fcstabs .tab { 
	cursor: pointer; 
	float: left; 
	list-style: none;
	margin: 8px 4px 0px 0px;
	padding: 4px 10px 4px 10px;
	border-style: solid;
	background: none top left repeat-x;
}

.fcstabs .tab_selected{ 
	cursor: text; 
}

.fcstabs .title { 
}

.fcstabs .content { 
	display: block; 
	padding: 10px 5px 10px 5px;
	border-style: solid; 
	border-width: 4px 1px 1px 1px;
}

.fcstabs .content_hide { 
	display: none; 
}

	/****************** fcs tabs img ***************/

.fcstabs_img,
.fcstabs_img .tabs,
.fcstabs_img .tab,
.fcstabs_img .title,
.fcstabs_img .content {
	margin: 0;
	padding: 0;
	border: 0;
}

.fcstabs_img {}

.fcstabs_img .tabs {}

.fcstabs_img .tab { 
	cursor: pointer; 
	float: left; 
	list-style: none;
}

.fcstabs_img .tab_selected{ 
	cursor: text; 
}

.fcstabs_img .title {}

.fcstabs_img .content { 
	display: block; 
}

.fcstabs_img .content_hide { 
	display: none; 
}

	/****************** fcs tabs pg ***************/

.fcstabs_pg {}
.fcstabs_pg .tabs {}
.fcstabs_pg .tab {}
.fcstabs_pg .tab_selected{}
.fcstabs_pg .title {}
.fcstabs_pg .content {}
.fcstabs_pg .content_hide {}

	/********fcstabs radius******/

.fcstabs_cbr .tab {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.fcstabs_cbr_l .tab {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.fcstabs_cbtr .tab {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.fcstabs_cbtr_l .tab {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

/******** fcs table ******/

.fcs_table_v1 .fcs_tc {
	vertical-align: top;
	padding: 5px;
}

.fcs_table_v1 .fcs_thr {
	border-bottom: solid 2px;
}

.fcs_table_v1 .fcs_tbr {
	border-bottom: solid 1px;
}

.fcs_table_v2 .fcs_tc {
	vertical-align: top;
	padding: 5px;
}

.fcs_table_v2 .fcs_thr {
	border-bottom: solid 2px;
}

.fcs_table_v2 .fcs_tbr {
	border-bottom: solid 1px;
}

/******** fcs drawer ******/

.fcs_drawer {
	position: fixed;
	height:100%;
	width: auto;
}

.fcs_drawer_left {
	float: left;
	left: 0;
	top: 0;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: #808080 4px 0px 4px;
	-moz-box-shadow: #808080 4px 0px 4px;
	-o-box-shadow: #808080 4px 0px 4px;
	-khtml-box-shadow: #808080 4px 0px 4px;
	box-shadow: #808080 4px 0px 4px;	
}

.fcs_drawer_right {
	float: right;
	right: 0;
	top: 0;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: #808080 -4px 0px 4px;
	-moz-box-shadow: #808080 -4px 0px 4px;
	-o-box-shadow: #808080 -4px 0px 4px;
	-khtml-box-shadow: #808080 -4px 0px 4px;
	box-shadow: #808080 -4px 0px 4px;	
}

.fcs_handle {
	position: relative;
	cursor: pointer;
	display: inline-block;
	top: 40%;
	padding: 5px 14px 6px;
	border: 1px solid #000000;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	writing-mode: lr-tb; 
}

.fcs_handle_left {
	position: absolute;	
	float: left;
	left: 1%;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: #808080 4px 4px 4px;
	-moz-box-shadow: #808080 4px 4px 4px;
	-o-box-shadow: #808080 4px 4px 4px;
	-khtml-box-shadow: #808080 4px 4px 4px;
	box-shadow: #808080 4px 4px 4px;	
}

.fcs_handle_right {
	position: relative;	
	float: right;
	right: 1%;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: #808080 -4px -4px 4px;
	-moz-box-shadow: #808080 -4px -4px 4px;
	-o-box-shadow: #808080 -4px -4px 4px;
	-khtml-box-shadow: #808080 -4px -4px 4px;
	box-shadow: #808080 -4px -4px 4px;	
}

.fcs_drawer .tag {
	float:left;
	white-space: nowrap;
	line-height: 18px;
	margin: 5px 0px 5px 0px;
}

.fcs_drawer .content {margin: 10px;}

/******** fcs dock ******/

.fcs_dock {
	display: block;
	margin: 0px auto;
	padding: 0;
	border: 0;
	background: transparent;
}
	
.fcs_dock_wrapper{
	position: fixed;		
	bottom:0;
	display: block; 
	clear: none; 
	float: left; 
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}	

.fcs_dock_content {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.fcs_dock_spacer {
	height: 5px;
}

/******** fcs contact ******/

.fcs_contact_form { 
	display: block; 
	width: 95%; 
	margin: 0px;
	padding: 0px;
	border: 0; 
}

.fcs_contact_form label { 
	clear: none; 
	display: inline; 
	text-align: left; 
}

.fcs_contact_form label em { 
	padding-left: 5px;
}

.fcs_contact_form input[type="text"],
.fcs_contact_form select,
.fcs_contact_form textarea {
	margin: 5px 0px 10px 0px; 
	padding: 5px 4px 5px 4px;
	border-width: 1px;
	border-style: solid;
	resize: none;
}

.fcs_contact_form input[type="submit"] { 
	display: inline-block;
	margin: 10px 0px 10px 0px; 
	padding: 8px 10px 8px 10px;
	border: none;
}

	/***  message on submission if error on form **/
.fcs_contact_error { 
	padding: 15px; 
}

	/***  message on submission if successful send **/
.fcs_contact_msg.ok {}
	/***  no javascript available  **/
.fcs_contact_msg.err {}

.fcs_contact_msg.ok,
.fcs_contact_msg.err {
	float: left;
	margin: 10px 0px 10px 0px; 
	padding: 8px 10px 8px 10px;
	border-width: 1px;
	border-type: solid;
}

.fcs_contact_form textarea,
.fcs_contact_form select,
.fcs_contact_form input[type="text"],
.fcs_contact_form input[type="submit"],
.fcs_contact_msg.ok, 
.fcs_contact_msg.err
 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	/** text area height  **/

.fcs_contact_form textarea {height: 400px;}

.fcs_cch_xxs .fcs_contact_form textarea {height: 50px;}
.fcs_cch_xs .fcs_contact_form textarea {height: 100px;}
.fcs_cch_s .fcs_contact_form textarea {height: 200px;}
.fcs_cch_m .fcs_contact_form textarea {height: 300px;}
.fcs_cch_l .fcs_contact_form textarea {height: 400px;}
.fcs_cch_xl .fcs_contact_form textarea {height: 500px;}
.fcs_cch_xxl .fcs_contact_form textarea {height: 600px;}

	/** margins - form width **/
	
.fcs_contact_form label {padding-left: 5px;}

.fcs_contact_form input[type="text"],
.fcs_contact_form textarea {width: 95%;}

.fcs_contact_form input[type="text"],
.fcs_contact_form select,
.fcs_contact_form textarea,
.fcs_contact_form input[type="submit"] {margin-left: 5px;}

.fcs_contact_error {padding-left: 15px;}

.fcs_contact_msg.ok,
.fcs_contact_msg.err {margin-left: 5px;}

	/** margin xs  **/
	
.fcs_ccw_xs .fcs_contact_form label {padding-left: 20px;}

.fcs_ccw_xs .fcs_contact_form input[type="text"],
.fcs_ccw_xs .fcs_contact_form textarea {width: 90%;}

.fcs_ccw_xs .fcs_contact_form input[type="text"],
.fcs_ccw_xs .fcs_contact_form textarea,
.fcs_ccw_xs .fcs_contact_form input[type="submit"] {margin-left: 20px;}

.fcs_ccw_xs .fcs_contact_error {padding-left: 35px;}

.fcs_ccw_xs .fcs_contact_msg.ok,
.fcs_ccw_xs .fcs_contact_msg.err {margin-left: 20px;}

/******** fcs builds ******/

.fcs_block {
	margin: 0px;
	padding: 0px;
	border: 0px solid;
}

.fcs_header {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 5px 10px;
	border: 0px solid;
}

.fcs_posttext,
.fcs_pretext {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px solid;
}

/******** fcs buttons ******/

.fcs_button {
	display: block;
	margin: 10px 20px 10px 10px;
	padding: 8px 10px 8px 10px;
}

/******** fcs quote ******/

.fcs_quote {
	margin: 10px;
	padding: 10px;
	padding-bottom: 8px;
}

.fcs_quote .fcs_qblock {
	margin: 6px;
	padding-bottom: 13px;
	background: none no-repeat 100% 100%;
}

.fcs_quote .fcs_qblock .fcs_qtext {
	margin: 5px 0px 5px 0px;
	text-indent: 19px;
	background: none no-repeat 0 1px;	
}

.fcs_quote .fcs_qblock .fcs_qtext .fcs_qpara {
	text-indent: 0px;
}

.fcs_quote .fcs_qblock .fcs_qtext_more {
	margin: 5px 0px 5px 0px;
}

.fcs_quote .fcs_qcredit_title,
.fcs_quote .fcs_qcredit,
.fcs_quote .fcs_qlink {
	display:	block;
	margin: 3px 0px 3px 6px;
}

/******** fcs image ******/

.fcs_blockimage {
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid;
}
.fcs_image_reset .fcs_blockimage,
.fcs_image_reset .fcs_itemimage,
.fcs_image_reset .fcs_galleryimage {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.fcs .fcs_blockimage a,
.fcs .fcs_itemimage a,
.fcs .fcs_galleryimage a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/******** fcs list ******/

.fcs_list {
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.fcs_item {
	clear: none;
	float: left;
	overflow: hidden;
	margin: 5px 10px 5px 10px;
	padding: 10px;
	border: 0px;
	list-style: none;
}

.fcs_item:first-child {
	margin-top: 5px;
}

.fcs_item:last-child {
	margin-bottom: 5px;
}

.fcs_title {
	display: block;
	margin: 2px 10px 2px 5px;
	padding: 2px 5px 2px 5px;
}

.fcs_title a {}
.fcs_title a:hover {}

.fcs_title_inline {
	display: inline;
}

.fcs_description {
	display: block;
	margin: 2px 10px 2px 5px;
	padding: 2px 5px 2px 5px;
}

.fcs_description_inline {
	display: inline;
}

.fcs_description .fcsp {
}

.fcs_itemimage {
	display: block;
	float: left;
	margin: 4px 10px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 0px solid;
}

/******** fcslv ******/

.fcs .fcslv {
	border-width: 1px;
}

.fcslv .fcs_posttext,
.fcslv .fcs_pretext {
	margin: 5px 10px 5px 10px;
}

.fcslv .fcs_list {}
.fcslv .fcs_item {
	margin: 5px 10px 5px 10px;
	padding: 5px 5px 5px 5px;
}

.fcslv .fcs_itemimage {
	border-width: 1px;
}

/******** fcslv_sitemap ******/

.fcs .fcslv_sitemap {
	border-width: 0px;
}

.fcslv_sitemap .fcs_list {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.fcslv_sitemap .fcs_item {
	overflow: visible;
	clear: left;
	padding: 0px 10px 0px 5px;
	margin: 0px 0px 2px 10px;
}

.fcslv_sitemap .fcs_title {
	margin: 0px 2px 2px 2px;
	padding: 0px 4px 0px 4px;
}

.fcslv_sitemap_l0_in .fcs_list ,
.fcslv_sitemap_l1 .fcs_list {margin-left: 20px;}

.fcslv_sitemap_l1_in .fcs_list,
.fcslv_sitemap_l2 .fcs_list {margin-left: 30px;}

.fcslv_sitemap_l2_in .fcs_list,
.fcslv_sitemap_l3 .fcs_list {margin-left: 40px;}

.fcslv_sitemap_l3_in .fcs_list,
.fcslv_sitemap_l4 .fcs_list {margin-left: 50px;}

.fcslv_sitemap_l4_in .fcs_list,
.fcslv_sitemap_l5 .fcs_list {	margin-left: 60px;}

.fcslv_sitemap_l5_in .fcs_list,
.fcslv_sitemap_l6 .fcs_list {	margin-left: 70px;}

/******** fcslv_text ******/

.fcs .fcslv_text {
	border-width: 1px;
}

.fcslv_text  .fcs_item {
	clear: left;
	overflow: visible;
	padding: 0px 10px 0px 5px;
	margin: 0px 10px 5px 35px;
}

.fcslv_text  .fcs_item:first-child {
	margin-top: 5px;
}
.fcslv_text  .fcs_item:last-child {
	margin-bottom: 5px;
}

/************ fcslv_gallery ***************/

.fcslv_gallery .fcs_list {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.fcslv_gallery .fcs_item {
	clear: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.fcslv_gallery .fcs_galleryimage {
	display: block;
	float: left;
	margin: 4px 10px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid;
}

/****************	fcslv_buttons **************/

.fcslv_buttons .fcs_item {
	padding: 2px 5px 2px 5px;
}

	/******** fcs_hide ******/

.fcs .fcs_hide_open,
.fcs .fcs_hide_closed {
	cursor: pointer;
}

.fcs .fcs_hide_v1 .fcs_hide_open,
.fcs .fcs_hide_v1 .fcs_hide_closed {
	text-indent: 15px;
	background: none no-repeat 0 5px;	
}

.fcs .fcs_hide_v2 .fcs_hide_open,
.fcs .fcs_hide_v2 .fcs_hide_closed {
	text-indent: 15px;
	background: none no-repeat 0 6px;	
}

.fcs .fcs_hide_v3 .fcs_hide_open,
.fcs .fcs_hide_v3 .fcs_hide_closed {
	text-indent: 15px;
	background: none no-repeat 0 6px;	
}

.fcs .fcs_hide_v4 .fcs_hide_open,
.fcs .fcs_hide_v4 .fcs_hide_closed {
	text-indent: 18px;
	background: none no-repeat 0 6px;	
}

/********* fcsamzws ******************/

.fcs_amz_ws img {background-color: transparent;}

/********* fcsepnedk ******************/

/*********************************************
	fcs ebay partner network 	editor kit
	*** Important *** when updating Builder Theme
		in Builder/css/reset.css must edit as follows
		//	font-size: 100%;
		//	vertical-align: baseline;
		//	background: transparent;
*********************************************/

.fcs_epn .fcs_epn_edk {
	clear: both;
	float: left;
}

/* space: above/below item  width: separating border */
.fcs_epn .fcs_epn_edk td{
	font-size: 2px;
	line-height: 2px;
}

/* adjust spacing between lines of text within item */
.fcs_epn .fcs_epn_edk font{
	line-height: 15px;
}

/********* fcs tip link ******************/

.fcstip_link_inline {
	cursor: pointer;
	border-bottom: 1px dotted;
}

.fcstip_link_inline:hover {
	border-bottom: 1px solid;
}

.fcstip_link_block {
	cursor: pointer;
}

/********* fcs tip fixed positioning and screen *********/
	
.fcstip_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

.fcstip_screen {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.7;
}	

.fcstip_content {
	position: relative;
	z-index: 1010;
}	

/********* fcs tip box **************/

.fcstip .tipbox  {
	border: 0px solid;
	border-left-width: 1px;
}

.fcstip .tipheaderbox {
 	padding: 5px 0px 5px 0px;
}

.fcstip .tipheader {
	padding-left: 5px;
}

.fcstip .tipclose_text {
	padding-right: 5px;
	cursor: pointer;
}

.fcstip .tipclose_img {
	cursor: pointer;
	width: 35px;
	height: 35px;
}

.fcstip .tipbody {
 overflow: auto;
 padding: 5px 15px 5px 15px;
 margin-top: 20px;
 margin-bottom: 20px;
}

/********* fcs slider **************/

.fcs .fcs_slider .fcs_list{
	position: relative; 
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden; 
	display: none;
}

.fcs .fcs_slider .fcs_item{
	display: none;
	position: absolute;
}

	/*****************controls********************************/

.fcs .fcs_slider .fcs_move{
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcs .fcs_slider .fcs_move .fcs_prev,
.fcs .fcs_slider .fcs_move .fcs_next {
	padding: 0;
  width: 20px;
  height: 15px;
}

	/*****************markers********************************/

.fcs .fcs_slider .fcs_select{
  margin: 0;
  padding: 0; 
}

.fcs .fcs_slider .fcs_select .fcs_select_item {
  display: block;
	cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  border: 2px solid;
  border-radius: 10px;
}

.fcs .fcs_slider .fcs_select .fcs_select_active {
  cursor: default;
}

/********* fcsh **************/
	
.fcsh {
	clear: both;
	float: none;	
	padding: 5px 5px 5px 0px;
	margin: 10px 10px 10px 0px;
}

/********* fcsdiv **************/

.fcs .fcsdiv {
	display: block;
	clear: none;
	float: left;
	
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/********* fcsp **************/
	
.fcs .fcsp {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}

/********* non fcs plugins**************/

/********* ng gallery**************/

.fcs .fcs_jj_ngg_list ul {
	list-style: none;
}

.fcs .ngg-gallery-thumbnail-box {
	height: 90px;
}
