/* $Id$ */

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-type-FOO class that describes the type of
 * content that it is. If you create a new content type called
 * "my-custom-type", it will receive a "node-type-my-custom-type" class.
 */
.node-type-page /* Page content node */ {
}

.node-type-story /* Story content node */ {
}

.node h2.title /* Node title */ {
}

.marker /* "New" or "Updated" marker for content that is new or updated for the current user */ {
  color: #c00;
}

.node .picture /* The picture of the node author */ {
}

.node.node-unpublished .picture,
.comment.comment-unpublished .picture {
  position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
}

.node .meta /* Wrapper for submitted and terms data */ {
}

.node .submitted /* The "posted by" information */ {
}

.node .terms /* Node terms (taxonomy) */ {
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/* Node block style */

.view-display-id-page_1 .views-view-grid {
	margin: 0px;
}
.view-display-id-page_1 .views-view-grid  {
	width: 100%;
}
.view-display-id-page_1 .view-header {

}

.view-display-id-page_1 .view-header p b {
	padding-left: 13px;
}

.view-display-id-page_1 .view-header a {
	color: #168fdb;
	text-decoration: underline;
}

.view-display-id-page_1 table.views-view-grid tr td .views-view-grid-wrapper-1 {
	background: url(../images/node-blocks-right-bg.gif) no-repeat right top;
	height: 160px;
	padding-right: 15px;
	min-width: 200px;
width: 95%;
}

.view-display-id-page_1 table.views-view-grid tr td .views-view-grid-wrapper {
	background: url(../images/node-blocks-left-bg.gif) no-repeat left top;
}

.view-display-id-page_1 table.views-view-grid tr td.col-1,
.view-display-id-page_1 table.views-view-grid tr td.col-2 {
	padding-right: 20px;
}
.view-display-id-page_1 table.views-view-grid tr td.col-3 {
	padding-right: 10px;
}
.view-display-id-page_1 table.views-view-grid tr td {
	vertical-align: top;
	
}

.view-display-id-page_1 table.views-view-grid tr td .views-view-grid-wrapper {
	margin-top: 10px;
}

.view-display-id-page_1 table.views-view-grid .views-field-title {
	text-align: center;
	padding-top: 6px;
	padding-left: 10px;
}

.view-display-id-page_1 table.views-view-grid .views-field-title a {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}

.view-display-id-page_1 .views-field-teaser ul {
	padding-left: 12px;
	margin-bottom: 0px;
}

.view-display-id-page_1 .views-field-teaser li,.product-body ul li	 {
	background: url(../images/list_icon_bg.gif) no-repeat left center;
	list-style: none;
	font-size: 11px;
	color: #07598c;
	padding-left: 20px;
	padding-bottom: 5px;
}

.view-display-id-page_1 .views-view-grid .views-field-nothing {
    background: url("../images/arrow_more_bg.gif") no-repeat scroll left 7px transparent;
    clear: both;
    display: block;
    height: 20px;
    margin-left: 12px;
    padding-left: 12px;
    width: 100%;
}

.views-row .views-field-nothing a {
	background: url(../images/arrow_more_bg.gif) no-repeat left center;
margin-left: 25px;
	padding-left: 12px;
}
.view-display-id-page_1 .views-field-nothing a {
    clear: both;
    color: #B90000;
    display: block;
    font-size: 11px;
    width: 100%;
}

.view-display-id-page_1 .views-field-sell-price {
	float: left;
	margin-top: 12px;
	margin-left: 11px;
	color: #fe0000;
	font-weight: bold;
}

.view-display-id-page_1 .views-field-sell-price label.views-label-sell-price {
	font-size: 12px;
	color: #434343;
	font-weight: bold;
}

.view-display-id-page_1 .views-field-addtocartlink {
	float: right;
	margin-top: 8px;
	margin-right: -5px;

}

.view-display-id-page_1 .views-field-addtocartlink .add-to-cart .node-add-to-cart, .node-add-to-cart {
	background: url(../images/by_now_button_bg.gif) no-repeat left top;
	border: none;
	text-indent: -5000px;
	display: block;
	width: 88px;
	height: 24px;
	text-transform: capitalize;
	cursor: pointer;
}
.view-display-id-page_1 .views-field-addtocartlink .field-content.soon .add-to-cart .node-add-to-cart{
	display:none;
}
.views-field-addtocartlink .soon  {
	background: url(../images/soon.gif) no-repeat bottom center;
	display: block;
	height: 26px;
    width: 112px;
}
.views-field-title span.field-content {
	font-weight: bold;
}
	
.hot_selling_plant {
	background: url(../images/hot_selling_plant.gif) no-repeat left top;
	display: block;
	width: 183px;
	height: 45px;
}

/* end node block style */

div.fb-send iframe
{
	width: 51px !important;
	height: 20px !important;
	margin-top: -3px !important;
}