/* $Id$ */

/**
 * @file
 * Layout Styling (DIV Positioning)
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/*
 * Body
 */
 html{
 	margin: 0px;
 	padding: 0px;
 }
body {
}

#page-wrapper,
.region-page-closure {
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  margin-left: auto;
  margin-right: auto;
  width: 1250px;

}

#page {
}

/*
 * Header
 */
#header {
}

#header .section {
}

#search-box {
}

.region-header {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {

}

#main {
}

/*
 * Content
 */
#content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 960px;
  margin-left: 0; /* LTR */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
}

.sidebar-first #content {
  width: 760px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content {
  width: 760px;
  margin-left: 0; /* LTR */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
  width: 686px;
 /* margin: 0px 281px 0px 295px;*/
 margin-left: 15px;
}

#content .section {
  margin: 0;
  padding: 0;
}

/*
 * Navigation
 */
#navigation {
  /*float: left; /* LTR */
 
  margin-left: 0; /* LTR */
  
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 2.3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-navigation #content {
	margin-top: 5px;
}

.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 45px; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
}

#navigation ul /* Primary and secondary links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
 /* padding: 0 10px 0 0; /* LTR */
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 200px;
  margin-left: 0; /* LTR */
margin-right: -200px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 0 20px 0 0; /* LTR */
  padding: 0;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 200px;
  margin-left: 0px;
/*  margin-left: 760px; /* LTR */ /* Width of content + sidebar-first. */
/*  margin-right: -960px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}

.region-sidebar-second .section {
  margin: 0 0 0 18px; /* LTR */
  padding: 0;
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

/*
 * Closure
 */
.region-page-closure /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-page-closure {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

#navigation {
  overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/

/*start menu*/
#navigation table {
margin:0;
}
#navigation table  td{
text-align:center;
    height: 26px;
}
#navigation table a{
    color: #6E6E6E;
    display: block;
    font: 800 12px tahoma;
    height: 26px;
    padding-top: 6px;
    text-decoration: none;
    width: 110px;

}
#navigation  a.active{
color: #fff;
}
.front #navigation .super_left_cell_act {
    background: url("../images/super_left_act.png") no-repeat scroll 2px 0 transparent;
    width: 10px;
}
.page-faqhtm #navigation .menu_a2n{
  background: url("../images/super_rg_act.png") no-repeat scroll 0 0 transparent;
    width: 31px;
}
#navigation .super_left_cell_act {
    background: url("../images/super_left_normal.png") no-repeat scroll 2px 0 transparent;
    width: 10px;
}

#main-menu .menu_normal {
    background: url("../images/menu_norm.png") repeat-x scroll 0 0 transparent;
    width: 110px;
}
#navigation .menu_n2n {
    background: url("../images/menu_norm_norm.png") repeat-x scroll 0 0 transparent;
    width: 31px;
}
 #navigation .menu_a2n {
    background: url("../images/menu_act_norm.png") no-repeat scroll 0 0 transparent;
    width: 21px;
}
 #navigation .menu_n2a {
    background: url("../images/menu_norm_act.png") no-repeat scroll 0 0 transparent;
    width: 21px;
}
#main-menu td.active {
    background: url("../images/menu_act.png") repeat-x scroll 0 0 transparent;
    width: 110px;
}
 #navigation .super_right_cell {
    background: url("../images/super_rg_normal.png") no-repeat scroll 0 0 transparent;
    width: 31px;
}
.page-pricinghtm #it_1, .page-discountshtm #it_2, .page-article-quality-guidelineshtm #it_3, .page-contacthtm #it_4, .page-faqhtm #it_5{
display:none;
}

/*Orders page*/
#orders_text span{
color:#ff0000;
font: 12px Tahoma;
}
.page-myorders-me #content-area table,
.page-admin-orders #content-area table{
    width: 100%;

}
.my_orders th{
    background: url("../images/top_bg.png") repeat-x scroll center bottom transparent;
    border-left: 1px dotted #C0C0C0;
    color: #075A8E;
	font: 11px Tahoma;
    font-weight: bold;
    height: 28px;
    text-align: center;
    vertical-align: middle;
}
th.top_left {
    background: url("../images/top_left_long.png") no-repeat scroll left bottom transparent;
    border-left: 0 none;
   // width: 38px;
}
th.top_right {
    background: url("../images/top_right.png") no-repeat scroll right bottom transparent;
  
    border-right: 0 none;
  //  width: 50px;
}
.my_orders tbody tr td {
    background-color: #FFFFFF;
    border-left: 1px dotted #C0C0C0;
    border-top: 1px dotted #C0C0C0;
    border-width: 1px;
    color: #646464;
    font-size: 11px;
    height: 40px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}
.my_orders .bord_l {
    background: url("../images/body_left.png") repeat-y scroll left bottom transparent;
    border-left: 1px none;
    height: 38px;
   // width: 43px;
}
.my_orders .bord_r {
    background: url("../images/body_right.png") repeat-y scroll right bottom transparent;
   
    border-right: 0 none;
    height: 38px;
    padding: 5px 0;
}
.my_orders tfoot tr td#bord_l {
    background: url("../images/foot_left_long.png") no-repeat scroll left top transparent;
    height: 7px;
}
.my_orders tfoot tr td#bord_r {
    background: url("../images/foot_right.png") no-repeat scroll right top transparent;
    border-left: 0 none;
    border-right: 0 none;
    height: 7px;
}
.my_orders tfoot tr td {
    background: url("../images/foot_bg.png") repeat-x scroll 0 0 transparent;
    border: 0 none;
    height: 7px;
}
.order_title{
color: #b20000;
font: bold 11px Tahoma;	
}
.my_orders .link a{
color: #646464;
font: bold 11px Tahoma;
text-decoration: none;
}

.my_orders .link a:hover{
	text-decoration:underline;
}

.no-administer #webform-component-art-report,
.no-administer #webform-component-bc-order,
.no-administer #webform-component-fp-order,
.no-administer #webform-component-fpro-report,
.no-administer #webform-component-dir-order,
.no-administer #webform-component-sb-order,
.no-administer #webform-component-rss-order,
.no-administer #webform-component-bp-order,
.no-administer #webform-component-report
 {
display:none;
}
.no-administer #webform-component-art-status,
.no-administer #webform-component-bc-status,
.no-administer #webform-component-fp-status,
.no-administer #webform-component-fpro-status,
.no-administer #webform-component-dir-status,
.no-administer #webform-component-sb-status,
.no-administer #webform-component-rss-status,
.no-administer #webform-component-bp-status,
.no-administer #webform-component-wr-status
{

display:none;
}
.node-type-webform.no-administer  #edit-submitted-article-body1-wrapper,
.node-type-webform.no-administer  #edit-submitted-title1-wrapper,
.node-type-webform.no-administer  #edit-submitted-summary1-wrapper
{

display:none;
}
/*.no-administer  #webform-component-summary1.webform-component-textarea,*/
/*.no-administer  #webform-component-title1.webform-component-textfield,*/
/*.no-administer  #webform-component-article-body1.webform-component-textarea*/

table.rows td {
    padding-left: 15px;
}
table.rows * {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
table.rows tr td#t1 {
    background: url("../images/sp1.png") no-repeat scroll left center transparent;
}
table.rows {
    background: url("../images/rows.png") repeat-y scroll 0 0 transparent;
  margin: 2px 0;
    padding-left: 15px;
    width: 676px;
}
table.rows  a{
    color: #636363;
    cursor: pointer;
    padding-left: 10px;
}
table.rows  a:hover{
    color: #B30000;
    padding-left: 10px;
}
table.more_link th {
    color: #0971B2;
    font-weight: bold;
    text-align: left;
}
.more_link td ul li {
    height: 17px;
}
.more_link td ul {
    list-style-image: url("../images/marker31.png");
    list-style-position: outside;
}
.more_link td ul li a {
    border-width: 1px;
    color: #DB0000;
    font-size: 11px;
    font-weight: normal;
}

/*webforms styling*/
.node-type-webform .webform-client-form{
   background-color: #FFF9ED;
}
#web_cont_td{
   background-color: #FFF9ED;
       padding-left: 20px;
}
.add_article_table_head1 {
    background-image: url("../images/add_article_head1.png");
    background-repeat: no-repeat;
    height: 38px;
    width: 13px;
}
.add_article_table_head2 {
    background-image: url("../images/add_article_head2.png");
    background-repeat: repeat-x;
    height: 38px;
}
.add_article_table_head3 {
    background-image: url("../images/add_article_head3.png");
    background-repeat: no-repeat;
    height: 38px;
    width: 15px;
}
.add_article_bottom1 {
    background-image: url("../images/add_article_bottom1.png");
    background-repeat: no-repeat;
}
.add_article_bottom2 {
    background-image: url("../images/add_article_bottom2.png");
    background-repeat: repeat-x;
}
.add_article_bottom3 {
    background-image: url("../images/add_article_bottom3.png");
    background-repeat: no-repeat;
}
.add_article_tbl1 {
    background-image: url("../images/add_article_tbl1.png");
    background-repeat: repeat-y;
    width: 13px;
}
.add_article_tbl3 {
    background-image: url("../images/add_article_tbl3.png");
    background-repeat: repeat-y;
}
.webform_table{
    width: 100%;
}
.submission #content-area{

}

/*block testimonials*/
#block-block-13 .title{
	background-image: url("../images/testimonials_h.png");
	height: 58px;
}
#block-block-13 {
	background-image: url("../images/testimonials_c.png");
	background-repeat: repeat-y;
}
#block-block-13 .footer{
	background-image: url("../images/testimonials_b.png");
	height: 7px;
}
#block-block-13 .content{
	padding:0 10px;
	color:#fff;
}
#block-block-13 #button {
text-align:right;
}

/*block whytosubmit*/
#block-block-14 .title{
	background-image: url("../images/whytosubmit_h.png");
	height: 56px;
}
#block-block-14 {
	background-image: url("../images/whytosubmit_c.png");
	background-repeat: repeat-y;
}
#block-block-14 .footer{
	background-image: url("../images/whytosubmit_b.png");
	height: 12px;
}
#block-block-14 .content{
	padding:0 10px;
	   margin: -8px 0;
}
#block-block-14 li {
    border-bottom: 1px dashed silver;
    border-width: 1px;
    line-height: 22px;
    list-style-image: url("../images/g_arr.png");
    margin-left: 14px;
    width: 145px;
    font-size: 11px;
}


/*block discounts*/
#block-block-15 .title{
	background-image: url("../images/discounts_h1.png");
	height: 56px;
}
#block-block-15{
	background-image: url("../images/discounts_c.png");
	background-repeat: repeat-y;
}
#block-block-15 .footer{
	background-image: url("../images/discounts_b.png");
	height: 8px;
}
#block-block-15 .content{
   /* padding: 0 5px;*/
	   margin: -8px 0;
}
/*feedback*/
#feedback{
    display: block;
    float: right;
    height: 70px;
    width: 70px;
}


/*testimonials page*/

.testi .head{
    background: url("../images/testi_top.png") no-repeat 0 0;
    height: 42px;
    width: 691px;
}
.testi .in_inner{
    background: url("../images/testi_cen.png") no-repeat 0 0;
    width: 691px;
}
.testi .inner{
    background: url("../images/testi_c.png") repeat-y 0 0;
    width: 691px;
}
.testi .footer{
    background: url("../images/testi_bot.png") no-repeat 0 0;
    width: 691px;
	height: 12px;
}
.head .cont {
   padding: 5px 20px 0;
   text-align: justify;
}
.inner .cont {
    padding: 15px 20px;
   text-align: justify;
}
.cont p{
margin:0;
}
.testi  span{
color: #137fc3;
font: bold 12px tahoma;
}
.testi  a{
color: #137fc3;
font: 12px tahoma;
}
.testi{
    margin-bottom: 20px;
}

/*services page*/
.my_services{
width:100%;
text-align: center;
}
.my_services thead th{
text-align: center;
}
.my_services td{
    background: none repeat scroll 0 0 #FFFFFF;
	border:  1px solid #c2c2c2;
}
.page-node-31 .top_left_ser{
    background: url("../images/l_t.png") no-repeat scroll left bottom #FFFFFF;
    border-left: 0 none;
    height: 31px;
}
.page-node-31 .top_right_ser{
    background: url("../images/r_t.png") no-repeat scroll right bottom #FFFFFF;
    border-left: 0 none;
    height: 31px;
}
.page-node-31 thead th{
    background: url("../images/m_t.png") repeat-x scroll center bottom #FFFFFF;
    border-left: 0 none;
    height: 31px;
}

.page-node-31  #bot_line .bord_l_ser{
    background: url("../images/l_b.png") no-repeat scroll left top #FFFFFF;
    border-left: 0 none;

    height: 43px;
}
.page-node-31 #bot_line .bord_r_ser{
    background: url("../images/r_b.png") no-repeat scroll right top #FFFFFF;
    border-left: 0 none;
	   border-right: 0 none;
    height: 43px;
}
.page-node-31 #bot_line td{
    background: url("../images/m_b.png") repeat-x scroll center top #FFFFFF;
    border-left: 0 none;
    height: 43px;
}


.page-node-31  #top_line .bord_l_ser{
    background: url("../images/l_tt.png") no-repeat scroll left top #FFFFFF;
    border-left: 0 none;
    height: 28px;
}
.page-node-31 #top_line .bord_r_ser{
    background: url("../images/r_tt.png") no-repeat scroll right top #FFFFFF;
   border-right: 0 none;
    height: 28px;
}
.page-node-31 #top_line td{
    background: url("../images/m_tt.png") repeat-x scroll center top #FFFFFF;
   border-right: 0 none;
    height: 28px;
}


.page-node-31 .bord_l_ser{
    background: url("../images/l_m.png") repeat-y scroll left bottom #FFFFFF;
    height: 28px;
	    border-left: 0 none;
}
.page-node-31 .bord_r_ser{
    background: url("../images/r_m.png") repeat-y scroll right bottom #FFFFFF;
    height: 28px;
	   border-right: 0 none;
}

#top_line td{
border-top:none;
}

#bot_line td{
border-bottom: none;
}

.tableHeader-services th{
color:#ff0000;
font: bold 12px Tahoma;
}
#ser_ul li{
    background: url("../images/fly.png") no-repeat scroll left 4px transparent;
    font: 11px/17px tahoma;
    list-style-type: none;
    margin: 10px 0;
    padding-left: 29px;
}
#ser_ul {
	padding:0px;
}

/*cart*/
#cart-form-buttons input.form-submit{
    background: url("../images/cart.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 28px;
    width: 85px;
	font: bold 12px Tahoma;
	cursor: pointer;
}
#continue-shopping-button input.form-submit{
    background: url("../images/cs.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 28px;
    width: 140px;
	font: bold 12px Tahoma;
	cursor: pointer;
}
#cart-form-products thead th {
    color: #07598C;
    height: 25px;
    text-align: center;
    vertical-align: middle;
	font: 17px tahoma;
	padding-bottom: 10px;
}
.page-cart #sub_top {
    background: url("../images/cart-top.png") no-repeat scroll 0 0 transparent;
    height: 42px;
    width: 445px;
}
.page-cart #cart-form-pane, #nocart{
    background: url("../images/cart-mid.png") repeat-y scroll 0 0 transparent;
	    width: 445px;
}
#nocart{
overflow: hidden;
text-align: center;
}
.page-cart #sub_bot{
    background: url("../images/cart-bot.png") no-repeat scroll 0 100% transparent;
    height: 12px;
    width: 445px;
}
.page-cart #content-area{
	margin: 0 auto;
    width: 450px;
}
td.qty .form-text{
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    color: black;
    cursor: default;
    font-weight: normal;
    height: 22px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
.subtotal{
    color: #07598C;
    font-size: large;
    height: 33px;
    padding: 2px;
    text-align: center;
	padding-top: 10px;
}
td.desc a, .uc-price{
color:#b20000;
font:normal 12px tahoma
}
.button5 {
background: url(../images/confirm_btn1.png) no-repeat;
border: none;
display: block;
height: 43px;
width: 360px;
margin: 5px 0 7px 175px;
}
.page-myuserpoints .sticky-table  td, .page-referral-view .sticky-table  td{
border: 1px dotted #C0C0C0;
height: 30px;
text-align: center;
}
.page-myuserpoints .sticky-table, .page-referral-view .sticky-table {
width: 100%;
border: 1px solid #C0C0C0;
margin-top: 40px;
}
.page-myuserpoints .sticky-table  th, .page-referral-view .sticky-table  th{
background: url("../images/top_bg.png") repeat-x scroll center bottom transparent;
font: 11px Tahoma;
font-weight: bold;
color: #075A8E;
height: 26px;
text-align: center;
border: 1px solid #C0C0C0;
vertical-align: middle;
}
.page-myuserpoints .sticky-table   a:visited, .page-referral-view .sticky-table  a:visited, .page-myuserpoints .sticky-table   a, .page-referral-view .sticky-table  a{
color: #075A8E;
}
.referral_link {
padding-top: 20px;
margin-bottom: -20px;
color: #B90000;
font-size: 16px;
line-height: 24px;
text-decoration: none;
font-weight: bold;
}
.view-display-id-page_1.view-id-old td {
border: 1px dotted #C0C0C0;
}
.view-display-id-page_1.view-id-old  tr.even{
background: #f1f1f1;

}
.view-display-id-page_1.view-id-old td a{
color: #686868;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
	padding-left: 20px;
	}
	
	
.view-display-id-page_1.view-id-old thead .views-field-title {
	background: url("../images/top_bg.png") repeat-x scroll center bottom transparent;
	   border: 1px solid #C0C0C0;
    color: #075A8E;
    font: bold 11px Tahoma;
    height: 26px;
    text-align: center;
    vertical-align: middle;
	}
	.view-display-id-page_1.view-id-old  table {
	width: 690px;
	}
	.page-user-register #block-block-9 .content {
	padding-top: 1px;
	}
	.page-user-register #content-area label, .page-user-register .region-content-bottom label {
	float:left;
	width: 174px;
	line-height: 25px;
	}
	.page-user-register #content-area input, .page-user-register .region-content-bottom input {
	
	width: 185px;
	}
	.page-user-register #content-area, .page-user-register .region-content-bottom {
	margin-left: 140px;
	width: 400px;
	}
	
	.page-user-register #content-area h2, .page-user-register .region-content-bottom h2{
	
background: url(../images/register-bg.jpg) no-repeat;
display: block;
width: 403px;
height: 36px;
line-height: 34px;
text-align: center;

font-size: 16px;
	}
.page-user-register #content-area, .page-user-register .region-content-bottom {
	background: url(../images/register-bg1.jpg) repeat-y;
	width: 403px;
}
.page-user-register #content-area form, .page-user-register .region-content-bottom form {
	padding-left: 20px;
	padding-right: 10px;
}
.page-user-register #content-area #sub_bot, .page-user-register .region-content-bottom .footer{
	background: url(../images/register-bg2.jpg) -2px no-repeat;
	display: block;
	width: 403px;
	height: 9px;
}
.page-user-register #content-area #edit-submit{
	width: 70px;
}
.page-user-register .region-content-bottom #edit-submit-1 {
	width: 150px;
}
	
#edit-submitted-rss-url-wrapper .description {
	position: relative;
	top: -52px;
	left: 50px;
}
.order_url {
	width: 270px;
}
#cart-block-contents table {
    margin-left: 0;
    margin-top: 11px;
}
.cart-block-summary {
    margin-left: 10px;
    padding: 2px;
}
#block-uc_cart-0 .content {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}
#block-uc_cart-0 .content p {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    margin-left: 0px;
    text-align: justify;
    width: 160px;
}
.price_page thead th,
.node-type-page .price_page tbody tr td{
	padding: 0 15px;
}
.price_page {
	width: 690px;
}
.node-type-page .price_page tbody tr  td.bord_r{
	padding-left: 52px;
	height: 30px;
}

.page-pricinghtm .my_orders.price_page tbody tr td {
	height:30px;
	text-align: left;
}


#node-6 h2{
	color: #07598C;
	font-size: 14px;
	font-weight: bold;
}
.vsoon div.content .add-to-cart,
.vsoon div.content .model,
.vsoon div.content .sell_price,
.vsoon div.content .sell,
.vsoon div.content .field-field-stock,
.vsoon div.content .display_price {
	display: none;
}

#block-block-34{
	text-align:center;
}
label.error{
	display:none !important;
}

div#___plusone_0
{
padding-top: 2px !important;
}

div#my_soc
{
display: none;
}
/*.view.view-testimonials .item-list:first-child
{
	display:none;
}*/