
/********** Main Site Style Sheet  **********/

/* CSS Document */
/********** START: Global block  **********/
body {
  background-color: #C3C7B8; /* color of the empty space around the active part of the page in the center  */
  color: #000000;            /* default text color, works for all elements where it isn't redefined */
  font-family: Verdana;      /* default text style, works for all elements where it isn't redefined */
  font-size: 11px;           /* default symbol size, works for all elements where it isn't redefined */
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
a:link, a:active, a:visited {
  text-decoration: underline;   /* default link text decoration, works for all links until it's redefined */
  color: #ba3001; 
font-weight:bold;   /* default link text color, works for all links until it's redefined */
}
a:hover {
  text-decoration: underline;   /* default link text decoration, works for all links until it's redefined */
  color: #F06831;
  font-size: 11px;  
 /* default link text color, works for all links until it's redefined */
font-weight:bold;      
}
img {
 border: 0px;
}
 
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
 /********** END: Global block  **********/
/********** START: Page layout block **********/
#PageLayout {
 	margin: 0px auto;
}
#PageLayoutContent {       /* This block includes active part of the page and separates it empty space around */
  position: relative;
  padding: 0px;
  margin: 0px;
  border: solid 1px #33342F;
  background-color: #FFF;
  text-align: center;      /* this makes the block aligned with center in IE */
  margin-left: auto;       /* this makes the block aligned with center in FF, Safari, etc */
  margin-right: auto;      /* this makes the block aligned with center in FF, Safari, etc */
  width: 980px;
}
/********** END: Page layout block **********/
/********** START: Header block **********/
#Header {                  /* Header block */
  position:relative;
  width: 980px; 
background:#465629;
  height:84px;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}
#ServiceMenu{
  padding: 0px 8px 0px 0px;
}
#ServiceMenu a:link, #ServiceMenu a:active,  #ServiceMenu a:visited {
  color: #FFE999;
   padding: 3px 3px 4px 3px;
text-decoration:none;
font-weight:bold;
font-size:10px
}
#ServiceMenu a:hover {
  color: #FFE999;
  padding: 3px 3px 4px 3px;
text-decoration:none;
font-weight:bold;
}
#ServiceMenu .separator{
  color: #9FAD7D;
}
#HeaderMenu {              /* Header Menu block */
  position:relative;
  height:25px;
  margin: 0px;
  padding: 0px;
  background-color: #F4DE8F;
  background-image: url('/upload/images/skin/primarynav_repeat.jpg');
  background-repeat: repeat-x;
  text-align: left;
}
#HeaderMenu .Item {
  padding: 0px 10px 0px 10px;
  border-color: #CCCCCC;  
font-weight:normal;       /* Header Menu Item border color, sould be the same as the color of the Header Menu border */ 
}
#HeaderMenu .Item a:link, 

#HeaderMenu .Item a:visited, 
#HeaderMenu .Item a:active {
  display: block;
  font-weight:bold;
  height: 15px;
font-size:11px !important;
  padding: 5px 0px 5px 0px;
  text-decoration: none;   /* Header Menu Item link text decoration */
}
#HeaderMenu .Item a:hover{
color:#F06831;
}
#HeaderMenu .Item .Active a:link, 
#HeaderMenu .Item .Active a:hover,
#HeaderMenu .Item .Active a:visited, 
#HeaderMenu .Item .Active a:active {
  text-decoration: none;   /* Header Menu Item link text decoration */
font-size:11px;
}

#HeaderMenu .separator {
  padding: 5px;
color:#666666;
font-weight:normal;       /* Header Menu separator border color, sould be the same as the color of the Header Menu border */
  text-align: center;          /* Header Menu Item text align */
}

#Header .Banner {
	height: 60px;
	margin: 9px 0px 0px 0px;
	padding: 0px;
}
#Header .Logo {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#Sub_Menu_Box {
    position: relative;
	border-bottom: 0px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
        height: 27px;
	line-height: 27px;
        background-image:none;
}
#Sub_Menu_Box .Item,
#Sub_Menu_Box .Item .Active {
    position: relative;
    float: left;
	border: none;
	padding: 0px 11px 0px 0px;
	text-decoration: none;
}
#Sub_Menu_Box .Item A,
#Sub_Menu_Box .Item .Active A {
    position: relative;
    float: left;
    font-size:11px !important;
    font-weight:normal;
	display: block;
	padding: 0px 11px 0px 9px;
	text-decoration: none;
}
#Sub_Menu_Box .Item A:hover {
color:#F06831;
}
#Sub_Menu_Box .separator { 
    position: relative;
    float: left;
color:#666666;
	width: 3px;
	border: none;
}

/********** END: Header block **********/

/********* START: Search block *****************/
#searchForm {
    float: right;
	right: 7px;
	margin: 40px 6px 0px 0px;
     _margin: 40px 3px 0px 0px;
	padding: 0px;
}
#searchForm .input {
    float: left;
	top: 0px;
	width: 201px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #E0E0E0;
	background-color: #fff;
}
#searchForm .button {
    float:left;
	width: 54px;
        border: 1px solid #FFE999;
        height: 18px;
       color:#FFFFFF;
	margin: 0px 0px 0px 3px;
	padding:0px 1px 1px 1px;
	background-color: #BA3001;
	font-size: 9px;
      font-weight:bold;
}
/********* END: Search block ***********/

/********** START: Page content block **********/
#PageContent {
  position: relative; 
  background-color: #FFFFFF;
  clear: both;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}
*HTML #PageContent {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}
#PageContentBodyTD {
  background-color: #FFF; 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 4px;
  vertical-align: top;
}

#PageContentBody {
line-height:16px;
  min-height: 400px;
  height: auto !important;
  height: 610px;
  text-align: left;
}
#PageContentBody .terms_use{
padding-right:30px;
}
#PageContentBody a{
font-size:11px;
font-weight:bold;
text-decoration:none;
}
#PageContentBody a:hover{
font-size:11px;
font-weight:bold;
text-decoration:none;
}
#PageContentBody a.shop{
font-size:11px;
font-weight:normal;
}
#PageContentBody a.shop:hover{
font-size:11px !important;
font-weight:normal;
}
/********** END: Page content block **********/
/********** START: Page column left block **********/
#PageColumnLeft {
  width: 160px;
  margin: 0px  0px 0px  0px;
  padding: 0px 0px 0px 3px; 
  vertical-align: top;
  background-color: #E7E7E7;   /* Left Column background color */
}

#PageColumnLeft .PageMenu {
  width: 160px;
  border-bottom: solid 1px #CCCCCC;
}
#PageColumnLeft .PageMenu .Item {
  width: 160px;
  padding: 0px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  text-align: left;            /* Page Menu Item text align */
  background-color: #F4F4F4;   /* Page Menu Item default background color */
}

#PageColumnLeft .PageMenu .Item .subMenu,
#PageColumnLeft .PageMenu .Active .subMenu {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom:none;
}

#PageColumnLeft .PageMenu .Item .subMenu .Item {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-right: none;
  border-left: none;
  border-bottom:none;
}

#PageColumnLeft .PageMenu .Item  a:link,
#PageColumnLeft .PageMenu .Item  a:visited,
#PageColumnLeft .PageMenu .Item  a:hover,
#PageColumnLeft .PageMenu .Item  a:active {
  display: block;
  padding: 5px 0px 5px 5px;
  margin: 0px;
  text-decoration: none;   /* Page Menu Item link text decoration */
}

#PageColumnLeft .PageMenu .Item .subMenu .Item a:link,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:visited,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:hover,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:active {
  padding: 5px 0px 5px 15px;
  margin: 0px;
}

#PageColumnLeft .PageMenu .Item .Active {
  background-color: #DEDEDE;   /* active Page Menu Item background color */
}

#PageColumnLeft .PageMenu .Item a:hover {
  background-color: #DEDEDE;   /* Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .PageMenu .Item .PageMenu .Item a:hover {
  background-color: #DEDEDE;   /* second level Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .Advertisement {
  padding: 10px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
background:#E7E7E7;
}
/********** END: Page column left block **********/
/********** START: Page column center block **********/
#PageColumnCenter {
  background-color: #FFFFFF;   /* Center Column backgound color */
  text-align: left;         /* Center Column text align */
  width: 668px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
}
#PageMenuPath {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  text-align: left;
  color:#455627;
  font-size:10px;
}
#PageMenuPath a:link, 
#PageMenuPath a:active, 
#PageMenuPath a:visited {
  text-decoration: none;   /* Bread Crumb Trail link text decoration */
font-weight:normal;
color:#455627;
font-size:10px;
}
#PageMenuPath a:hover{
  text-decoration: normal;
font-size:10px;
}
#PageTitle { 
  position: relative; 
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 18px;     /* Page Title text font size */
  font-weight: bold;   /* Pag Title text font weight */
  width: 468px;;
color:#455627
}
#GooglePageTitle { 
  position: relative; 
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 18px;     /* Page Title text font size */
  font-weight: bold;   /* Pag Title text font weight */
  width: 468px;;
color:#455627
}
#PageContentRightCorner { 
  position: relative;
  float: right;
  width: 300px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  z-index: 1;
color:#878787;
  background-color: #FFF;
}
#PageContentRightCorner .PageServices {
  position:relative; 
  text-align: center;
  border: solid 1px #BA3001;
  width: 298px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  clear: both;
  font-weight: normal;
  font-size: 10px;  
}
#PageContentRightCorner .PageServices  a{
font-weight:normal;
font-size:11px;
color:#878787;
text-decoration:none;
}
#PageContentRightCorner .PageServices  a:hover{
text-decoration:normal;
}
#PageContentRightCorner .PageServices .bookmark {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/bookmark_icon.jpg');   /* Bookmark link icon */
  background-position: right;                          /* Bookmark link icon position, should be opposite to it's text align */
  text-align: left;                                    /* Bookmark text align, should be opposite to it's icon position */
  width: 87px;
  height: 21px;
  padding: 9px 0px 0px 0px;
  margin: 0px 9px 1px 35px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .print {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/print_icon.jpg');   /* Print link icon */
  background-position: right;                       /* Print link icon position, should be opposite to it's text align */
  text-align: left;                                 /* Prin text align, should be opposite to it's icon position */
  width: 57px;
  height: 21px;
  padding: 9px 0px 0px 0px;
  margin: 0px 13px 1px 0px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .email {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/email_icon.jpg');   /* Email link icon */
  background-position: right;                       /* Email link icon position, should be opposite to it's text align */
  text-align: left;                                 /* Email text align, should be opposite to it's icon position */
  width: 55px;
  height: 21px;
  padding: 9px 0px 0px 0px;
  margin: 0px;
  float: left;
}
#PageContentRightCorner .PageServices .DashLine {
  margin: 5px 10px 10px 10px;
_margin:-10px 10px 10px 10px;

}
#PageContentRightCorner .PageServices .SocialNetworkWidjet {
  /*float: right;*/
  padding: 0px;
  margin: 5px 5px 0px 0px;
}
#PageContentRightCorner .PageServices .servicesLeftTD {
  width: 143px;
_width: 163px;
  padding-right: 5px;
}
#PageContentRightCorner .PageServices .servicesRightTD {
  width: 135px;
}
#PageContentRightCorner .Advertisement {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#PageContentRightCorner .Advertisement_bottom {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
#PageContentRightCorner .RightColumnBox {
    position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 0px solid #ff0000;
	z-index: 1;
}
#Articles_List ul li{

}
#Articles_List ul li a{
font-size:11px !important;
}
#Articles_List ul li a:hover{
color:#F06831;
}
#PageContentRightCorner .RightColumnBox .Item {
	height: 19px;
	line-height: 19px;
	color: #BA3001;
        background-color: #FFFFFF;
        background-image: url('/upload/images/skin/primarynav_repeat.jpg');
        background-repeat: repeat-x;
	font-weight: bold;
        font-size:10px;
	padding-left: 6px;
        cursor: pointer;
}

#PageContentRightCorner .RightColumnBox .Active {
	height: 19px;
	line-height:19px;
        background:#FFFFFF;  
        background-image: url('/upload/images/skin/most-sel.jpg');
        background-repeat: repeat-x;
        font-size:10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 6px;
        cursor: pointer;
}
#MR{
	width:97px;
}
#MP{
	width:101px;
}
#PageContentRightCorner .RightColumnBox p {
	color: #455627;
font-size:14px;
	font-weight: bold;
	margin: 4px 0 1px 6px;
	padding: 0px;
}
#PageContentRightCorner .RightColumnBox A {
    text-decoration: none;
    font-weight: bold;
}

#PageContentRightCorner .border {
    border-right: 1px solid #b2b2b2;
}

#PageContentRightCorner ul {
    margin: 0px 0px 0px 0px; 
    padding: 5px;
list-style:none;
width:288px;
border: 1px solid #BA3001;
}
#PageContentRightCorner ul li {
    margin:0 0 5px 0px; 
    padding:0px;
list-style:none;
}
#PageContentRightCorner ol{
	font-weight:bold;
	padding:5px;
	margin:0px;
	color:#000000;
}
#PageContentRightCorner ol li{
    margin:0px 0px 5px 1px;
	padding:0px;
	list-style-position:inside;
}
#Articles_List {
  width: 290px;
  margin: 0px;
  padding: 0px;
}
#PageContentRightCorner  ul.related_links{
border:0;
}

#PageContentRightCorner ul.related_links a{
font-size:11px !important;
color:#cc0000 !important;
}
#PageContentRightCorner ul.related_links a:hover{
font-size:11px !important;
color:#F06831!important;
}
/********** END: Page column center block **********/
/********** START: Page column right block **********/
#PageColumnRight {
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;   /* Right Column backgound color */
  vertical-align: top;         /* Right Column content vertical align */
  text-align: center;          /* Right Column content horizontal align */
}

/********** END: Page column right block **********/

/********** START: Footer block **********/
#Footer {
   color: #666666;
background : url('/upload/images/skin/primarynav_repeat.jpg') repeat-x;
}
#FooterMenu { 
  text-align: center;   /* this makes the block aligned with center in IE */
  margin-left: auto;    /* this makes the block aligned with center in FF, Safari, etc */
  margin-right: auto;   /* this makes the block aligned with center in FF, Safari, etc */
  
}
#FooterMenu .Item {
  padding: 5px 10px 5px 0px;
  margin: 0px;
}
#FooterMenu .Item a:link,
#FooterMenu .Item a:active,
#FooterMenu .Item a:visited {
  text-decoration: none;   /* Footer Menu Item link text decoration */
  font-size: 11px !important;           /* Footer Menu Item link text font size */
  color: #B9360A;
font-weight:bold;
}
#FooterMenu .Item a:hover {
  text-decoration: none;   /* Footer Menu Item link text decoration */
  font-size: 11px;          /* Footer Menu Item link text font size */
  color: #f06831;
}
#SiteLinks {
  color: #626262;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 0px;
}
#SiteLinks a:link,
#SiteLinks a:hover,
#SiteLinks a:active,
#SiteLinks a:visited {
  text-decoration: none;   /* Copyright link text decoration */
  font-size: 11px !important;           /* Copyright link text font size */
  color: #AC2E20;
font-weight:normal;
}
#SiteLinks a:hover {
  text-decoration: none;   /* Copyright link text decoration */
  font-size: 11px;             /* Copyright link text font size */
  color: #E56332;
font-weight:normal;
}
#Copyright {
  position: relative;
  padding: 5px 30px 5px 30px;
  text-align: center;   /* Copyright text align */
  font-size: inherit;   /* Copyright text font size */
  color: #FEFFF4;
}

#Copyright a:link,
#Copyright a:hover,
#Copyright a:active,
#Copyright a:visited {
  text-decoration: underline;   /* Copyright link text decoration */
  font-size: inherit;           /* Copyright link text font size */
}
/********** END: Footer block **********/

/********** START: Global elements block **********/
.Advertisement {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.Advertisement .Item {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.PaginationBar {
  padding: 0px;
  margin: 5px 0px 15px 0px;
  font-size: inherit;
}
.PaginationBar a:link, 
.PaginationBar a:hover,
.PaginationBar a:active, 
.PaginationBar a:visited {
  text-decoration: none;
}

.DashLine {
  height: 1px;
  width: 271px;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: dashed 1px #BA3001;   /* style, width, and color of the Dashed Line */
  z-index: 0;
}
.SolidLine {
  height: 1px;
  width: 297px;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: solid 1px #BA3001;   /* style, width, and color of the Solid Line */
  z-index: 0;
}
.clear {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.button {
  background-color: #BA3001;
  border: 1px #FFE999 solid;
  color: #878787;
  width: 100px;
  font-size:10px;
  font-weight: bold;
  cursor: hand;
  font-family: Verdana;
  margin: 15px 0px 15px 0px;
  padding: 2px 5px 2px 5px;
}
.h1 {
  position:relative;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}
.h2 {
  position:relative;
  font-size: 11px;
  font-weight: bold;
}
.text {
  padding: 5px 0px 5px 0px;
  margin: 5px 0px 0px 0px;
}
/********** END: Global elements block **********/

/********** START: Category page block **********/
#artmCategory {
  text-align: left;
  width: 468px;
  height: auto;
}
#artmCategory a.readmoreoncategorylink:link, 
#artmCategory a.readmoreoncategorylink:visited, 
#artmCategory a.readmoreoncategorylink:hover, 
#artmCategory a.readmoreoncategorylink:active {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 0px 0px;   
  float: left;
text-decoration:none;
}

#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:link, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:visited, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:hover, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:active { 
  position: relative; 
  float: right;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  width: 178px;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 5px;
}

#artmCategory .artmCategoryArticleList {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  position: relative;
}
#artmCategory .artmCategoryArticleList .artmCategoryArticleItem { 
  position: relative;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}
#artmCategory .artmCategoryArticleItem .text {
  padding: 0px;
  margin: 0px;
}
#artmCategory .artmCategoryArticleItem .h2 a {
  font-size: 14px !important;
  font-weight: bold;
text-decoration:none;
}
#artmCategory .artmCategoryArticleItem .h2 a:hover {
  font-size: 14px !important;
  font-weight: bold;
text-decoration:none;
}
#artmCategory .artmCategoryArticleItem a.readmorelink:link, 
#artmCategory .artmCategoryArticleItem a.readmorelink:hover, 
#artmCategory .artmCategoryArticleItem a.readmorelink:active, 
#artmCategory .artmCategoryArticleItem a.readmorelink:visited { 
  position: relative;

/* category page modified by mithilesh on 23-04-08 
  font-size: 10px !important;*/
  font-size: 11px !important;
  font-weight: bold;
text-decoration:none;
  margin: 0px 0px 4px 0px;
  padding: 2px 10px 2px 0px;
}

#artmCategory .DashLine {
  z-index: 0;
  /* width: 353px;   Dash line width on Article Category page */
}

#artmCategory .SolidLine {
  width: 480px;
  z-index: 0;
}
#artmCategory .Advertisement {
  margin: 15px 0px 15px 0px;
}
.artmCategoryRightCorner .artmCategoryVE {
  width: 270px; 
  padding: 15px;
  margin: 0px 0px 10px 5px;  
  background-color: #F0F0F0;
}
.artmCategoryRightCorner .artmCategoryArticleSearch {
  width: 295px;
  background-color: #F0F0F0;
  padding: 10px 0px 10px 5px;
  margin: 0px 0px 10px 5px;  
  font-weight: bold;
  font-family: Arial;
  font-size: 115%;
  position: relative;
  z-index: 1;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .button {
  background-color: #CECECE;
  border: 1px #CECECE solid;
  color: #878787;
  font-size: 80%;
  font-weight: bold;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  cursor: hand;
  font-family: Verdana;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .text {
  clear: both;
  width: 120px;  
  height: 15px;
  text-align: left;
  margin: 0px 5px 0px 0px;
  padding: 1px 5px 0px 5px;  
  border: 1px #9C9B9C solid;
  font-size: 85%;
  font-weight: normal;
  color: #878787;
  font-family: Verdana;
  z-index: 1;
}
.artmCategoryPageTitle {
  width: 500px;
  padding: 0px;
  margin: 0px;
color:#455627;
  text-align: left;
}
a.rss { 
  width: 200px; 
  clear:left;
  font-size: 10px !important;
  font-weight: normal  !important;
  margin: 40px 0px 10px 0px;
  padding: 20px 3px 10px 20px;
  background-image: url('/upload/images/skin/images/rss.gif');
  background-repeat: no-repeat;
  background-position:  0 20px;
  text-decoration: none;
}
a.rss:hover { 
font-size: 10px !important;
 font-weight: normal;
}
/********** END: Category page block **********/

/********** START: Article page block **********/
#artmArticle {        /* Article page main block style */
  text-align: left;
  width: 468px;
}
#artmArticle .Images {   /* Article page Images block style */
  width: 468px; 
  text-align: center;
}
#artmArticle .inscription {   /* style of the block on Article page that contains Author name and Publish date */
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
#artmArticle #artmArticleSummaryHeader {
  width: 472px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-weight:bold;
}
#artmArticle #artmArticleSummary {   /* Article page Summary block style */
  width: 490px;
  border-top: solid 1px #9FAD7D;
  border-bottom: solid 1px #9FAD7D;
  color: #000000;
  font-size:12px;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
}
#artmArticle #artmArticleSummary ul {   /* Article page Summary list block style */
  margin: 0px 0px 0px 15px;
  padding: 5px 0px 5px 0px;
font-weight:normal;
font-size:11px;
}
#artmArticle #artmArticleContent a{  /* Article page Article content block style */
font-weight:normal;
text-decoration:none; 
font-size:11px;
}
#artmArticle #artmArticleContent a:hover{  /* Article page Article content block style */
font-weight:normal;
text-decoration:none; 
font-size:11px !important;
}
.artmArticleRightCorner .Images {   /* Article page Right Corner Images block style */
  padding: 0px;
  margin: 0px;
}
.artmArticleRightCorner .Images .Item {   /* Article page Right Corner Images Item block style */
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.artmArticleRightCorner .Images .Item .caption {   /* Article page Right Corner Images Item Caption block style */
  text-align: center;
  color: #808080;
}
/********** END: Article page block **********/
/********** START: Article search page block **********/
#artmSearch {         /* Article Search main block style */
  text-align: left; 
  padding: 0px;
  margin: 0px;
  width: 468px;
}
#artmArticleSearchForm {   /* Article Search form style */
  width: 490px;
  height: 30px;
  background-color: #EBEBEB;
  font-weight: bold;
  font-family: Arial;
  font-size: 120%;
  padding: 10px 0px 0px 10px;
  margin: 0px;
  /* May need to add position: static; */
}
#artmArticleSearchForm .button {   /* Article Search form button style */
  background-color: #CECECE;
  border: 1px #CECECE solid;
  color: #878787;
  font-size: 70%;
  font-weight: bold;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  cursor: hand;
  font-family: Verdana;
}
#artmArticleSearchForm .text {   /* Article Search form text field style */
  width: 252px;  
  height: 15px;
  text-align: left;
  margin: 0px 5px 0px 0px;
  padding: 1px 5px 0px 5px;  
  border: 1px #9C9B9C solid;
  font-size: 100%;
  font-size: 85%;
  color: #878787;
  font-family: Verdana;
}
#artmSearchOrder {   /* Article Search "Order the result by field" block style */
  width: 470px;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  
}
#artmSearch .artmSearchArticle {   /* Article Search Article item block style */
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  border-bottom: 1px #FFF solid;
}
#artmSearch .artmSearchArticle a:link, 
#artmSearch .artmSearchArticle a:hover, 
#artmSearch .artmSearchArticle a:active, 
#artmSearch .artmSearchArticle a:visited { }
#artmSearch .artmSearchArticle .text {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#artmSearch .artmSearchArticle .date {   /* Article Search date block style */
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .categoies {   /* Article Search Categories List block style */
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .views {
  text-align: right;
  color: #999999;
  width: 100%;
}
#artmSearch .artmSearchArticle .h2 a.resultsTitle {
  font-size: 13px;
}
.artmSearchRightCorner {
}
.artmSearchRightCorner .AdItem {
}
/********** END: Article search page block **********/

/********** START: Section Page Block **********/
#SectionPageContent {
    width: 468px;
}

/********** START: Email to a friend page block **********/
.EmailForm {
  padding: 0px;
  margin: 5px 0px 15px 0px;
}
.EmailForm .text {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  display: block;
}
.EmailForm .field {
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 50%;
}
.EmailForm .field input {
  width: 50%;
}
.EmailForm .field textarea {
  width: 50%;
}
/********** END: Email to a friend page block **********/

/********** Home page styles **************************/
.box1 {
	position:relative;
	width:300px; 
	height:250px;
	background-color:#FFF;
}
.box2 {
	width:299px; 
	height:183px;
	background-color:#fff;
        margin:1px 0 0 0;
        line-height:16px;
}
.box2a {
	width:299px; 
	height:160px;
	background-color:#fff;
        margin:1px 0 0 0;
        line-height:16px;
}
.box3 {
	position:relative;
	width:508px;
        padding:0 0 5px 0; 
	height:300px;
	background-color:#FFF;
}
.H2a {
	position:relative; 
	float:left;
	width:249px; 
        margin-right:5px;
	height:185px;
	background-color:#FFF;   
}
.H2b {
	position:relative; 
	float:left;
        margin-right:5px;
	width:248px; 
	height:185px;
	background-color:#FFF;      
}
.H2c {
	position:relative; 
	float:left;
	width:249px; 
        margin-right:5px;
	height:185px;
	background-color:#FFF;
}
.H2d {
	position:relative; 
	float:left;
	width:248px; 
	height:185px;
        
}
.box5 {
	position:relative; 
	float:right;
	width: 125px; 
	height:125px;
	margin: 3px 20px 0px 0px;
}
.H3a {
	position:relative; 
	float:left;
	width:248px; 
        margin-right:5px;
	height:258px;
	background-color:#fff;
}
.H3b {
	position:relative; 
	float:left;
	width:248px; 
	height:258px;
	background-color:#fff;
}
.H3c {
	position:relative;
	width:295px; 
	height:250px;
	background-color:#fff;
}
.box7 {
	position:relative;
	width:728px; 
	height:90px;
	margin:9px 0px 8px 0px;
}
.ebay {
	position:relative;
	width:468px; 
	height:360px;
	margin:9px 0px 8px 0px;
}



.sponsors {
	padding: 0px 33px 10px 0px;
    margin: 0px;
	text-align: center;
}
*HTML .sponsors {
	padding: 0px 12px 10px 0px;
}
/******************************************************/
.NewsLetter {
	width: 160px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #455627;
	text-align: left;
       font-family:arial,verdana;
	color: #FFFFFF;
        background:#455627;
}
.NewsLetter p {
	font-weight:bold;
	margin:0px;
        font-size:12px;
	padding:0px;
	white-space:nowrap;
}
.NewsLetter td {
	padding:2px 3px 7px 7px;
}
.NewsLetter .input {
    position:relative; 
    float:left;
     font-family:verdana;
	top:0px;
       font-size:10px;
	margin:0px;
	padding:1px 3px;
	width:108px; 
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#999999;
}
.NewsLetter .button {
    position:relative; 
    float:left;
	top:0px; 
	left:4px;
        border:1px solid #FFE999;
	margin:0px;
	padding:0px;
	width:25px; 
	height:17px;
	background-color:#BA3001;
	font-size:9px;
font-weight:normal;
	color:#FFFFFF;
}
.NewsletterForm {}
.NewsletterForm td {
    padding:5px 0;
}
.NewsletterForm .input {
	width:118px; 
	height:17px;
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#999999;
} 

.subTopMenu {
    height:20px;
    margin:-22px 13px 0px;
    padding:0px;
    position:absolute;
    text-decoration:none;
    z-index:50;
}
.modulehead {
    font-size: 18px;
   line-height:18px;
    font-weight: bold; 
    color:#455627;
    padding: 0px 0px 10px 0px;
margin:0;
}
.moduleheader {
    font-size: 15px;
    font-weight: bold; 
    font-family:arial;
    color:#FFFFFF;
   line-height:18px;
    background:#9FAD7D;
    padding: 2px 5px 2px 5px;	
}
.moduleheaderAlt {
    font-size: 15px;
    font-weight: bold; 
     font-family:arial;
    color:#FFFFFF;
    background:#455627;
    padding: 2px 5px 2px 5px;	
}
.modulebody {
    padding: 5px 0px 5px 0px;
}

.modulebody a:link, a:visited, a:hover, a:active{
    font-weight: bold;
    text-decoration:none;
    font-size: 11px;
}
.modulebody  a:hover{
    font-weight: bold;
    text-decoration:none;
color:#F06831;
    font-size: 11px !important;
}
.modulebody1 {
    padding: 5px 0px 15px 0px;
}

.modulebody1 a:link, a:visited, a:hover, a:active{
    font-weight: bold;
    text-decoration:none;
    font-size: 11px;
}
.modulebody1  a:hover{
    font-weight: bold;
    text-decoration:none;
    font-size: 11px !important;
}

.Error404
{
  width: 400px;
  height: 300px;
}
.featured_image img{
   padding-right:5px;
float:left;

}
.featured_article {
 padding:0 10px ;
margin:0;

}
.featured_article a{
  color:#ba3001;
 font-size: 11px;
font-weight:bold !important;
text-decoration:none;
}
.featured_article a:hover{
  color:#f06831;
 font-size: 11px !important;
font-weight:bold !important;
text-decoration:none;
}
.readmore a{
  color:#ba3001;
  font-weight:bold;
  font-size:10px !important;
  text-decoration:none;
}
.readmore a:hover{
  color:#f06831;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
}
.featured_blurb{
  margin:0;
  padding:0 10px 0  0; 
}
.featured_blurb p{
  margin:0;
  padding:0 ; 
}
.submoduleheader{
    font-size: 14px;
    font-weight: bold; 
    color:#455627;
    padding: 15px 0px 0px 0px;	
}
.featuredarticlelist
{
   margin:0;
   padding:0;
   list-style:none;
}
.featuredarticlelist li{
   list-style:none;
}
.featuredarticlelist li a{
font-weight: bold; 
font-size:10px !important;
color:#ba3001;
text-decoration:none;
}
.featuredarticlelist li a:hover{
font-weight: bold; 
font-size:10px !important;
color:#f06831;
text-decoration:none;
}

a.shop{
font-weight:normal;
text-decoration:none;
font-weight:11px;
}
a.shop:hover{
font-weight:normal;
text-decoration:none;
font-weight:11px !important;
}


/********* google search *********/
/** Copyright 2005 Google Inc. All rights reserved. */

/* the GSearchControl CSS Classes
 * .gsc-control : the primary class of the control
 */
.gsc-control {
  width: 300px;
}

.gsc-control div {
  position: static;
}

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 * .gsc-keeper : the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 100%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
}

table.gsc-search-box td.gsc-input {
  padding : 5px;
width:205px;
}

td.gsc-search-button {
  width : 1%;
padding-left:5px;
}

td.gsc-clear-button {
  width : 14px;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

.gsc-branding-text {
  color : #676767;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  font-size : 11px;
  margin-right : 2px;
}

div.gsc-branding-youtube td.gsc-branding-text {
  vertical-align : middle;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

div.gsc-branding-youtube td.gsc-branding-img-noclear {
  width : 55px;
}

div.gsc-branding-youtube td.gsc-branding-img {
  width : 69px;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
  margin-left : 2px;
}

div.gsc-clear-button {
  display : inline;
  text-align : right;
  margin-left : 4px;
  margin-right : 4px;
  padding-left : 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/uds/css/clear.gif');
  cursor : pointer;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  border-style : solid;
  border-width : 1px;
_margin-right:5px;
  border-color : #BCCDF0;
  width : 99%;
}

.gsc-keeper {
  color: #3366cc;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;

  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  background-image: url('/uds/css/blue_check.gif');
}

/* each section of results has a results header table
 * .gsc-resultsHeader : the header itseld
 * td.twiddleRegionCell : the section that controls twiddleing of the section to expand/collapse
 * td.configLabelCell : the twiddler that controls active configuration of a searcher (used in GlocalSearch)
 * .gsc-twiddle : the twiddle image, note, this is a div that wraps gsc-title so that standard image replacement is feasible
 * .gsc-twiddle-closed : class added to gsc-twiddle when the twiddler is in the closed state
 * .gsc-twiddle-opened : class added to gsc-twiddle when the twiddler is in the opened state
 * .gsc-title : the section's title (e.g., Web Results, etc.)
 * .gsc-stats : contains the result counts
 * .gsc-stats
 */
.gsc-resultsHeader {
  clear: both;
  width: 65%;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom : 4px;
}

.gsc-resultsHeader td.gsc-twiddleRegionCell{
  width: 75%;
}

.gsc-resultsHeader td.gsc-configLabelCell{
  text-align: right;
  width: 75%;
}

/*
 * note that the next three classes are all joined together
 * to implement the twiddle image. apps can substitute in their
 * own images but will need to account for the image size here
 * as well as in the left padding of the title element
 *
 * Note: uds provides the following images that work with the geometry/padding defined below
 *  to use these images simply over-ride the.gsc-twiddle-opened/-closed class and specify an alternate image
 *  or use an image of your own design
 */
.gsc-resultsHeader .gsc-twiddle{
  margin-top: 4px;
  display: inline;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
.gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle{
  background-image: url('/upload/images/skin/arrow_close.gif');
}
.gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle{
  background-image: url('/upload/images/skin/arrow_open.gif');
}

.gsc-resultsHeader .gsc-title{
  color: #676767;
  margin-right: 10px;
  padding-left: 14px;
  display: inline;
}

.gsc-resultsHeader .gsc-stats {
  color: #676767;
  font-size: 11px;
  font-weight: normal;
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
  display : none;
}

/*
 * .gsc-results-selector : box surrounding individual selectors for 1, more, or all results
 * .gsc-result-selector : an individual selector
 * .gsc-one-result : single result selector
 * .gsc-more-results : more (4) results selector
 * .gsc-all-results : all results (8) selector
 */
.gsc-results-selector {
  display : inline;
}

.gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
  display : none;
}

.gsc-result-selector {
  cursor : pointer;
  display : inline;
  font-size : 13px;
  padding-left : 13px;
  background-repeat: no-repeat;
  background-position: center left;
}

/* default mode is dark */
.gsc-one-result {
  background-image: url('/upload/images/skin/one-complex-dark.gif');
}

.gsc-more-results {
  background-image: url('/upload/images/skin/more-complex-dark.gif');
}

.gsc-all-results {
  background-image: url('/upload/images/skin/all-complex-dark.gif');
  padding-right : 1px;
}

/* active mode is light */
.gsc-one-result-active .gsc-one-result {
  background-image: url('/upload/images/skin/one-complex-light-blue.gif');
}

.gsc-more-results-active .gsc-more-results {
  background-image: url('/upload/images/skin/more-complex-light-blue.gif');
}

.gsc-all-results-active .gsc-all-results {
  background-image: url('/upload/images/skin/all-complex-light-blue.gif');
}

.gsc-resultsHeader .gsc-configLabel{
  color: #676767;
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

.gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('/upload/images/skin/settings.gif');
}


/* tabbed mode of search control
 * .gsc-tabsArea : the box containing all of the tabs
 * .gsc-tabsAreaInvisible : same as above, but this is the state when search has been cleared
 * .gsc-tabHeader : an individual tab
 * .gsc-tabHeader.gsc-tabhActive : the active tab
 * .gsc-tabHeader.gsc-tabhInactive : an inactive tab
 * .gsc-tabData : the data area/box containg results and header data for each tab
 * .gsc-tabData.gsc-tabdActive : the data area for the active tab
 * .gsc-tabData.gsc-tabdInactive : the data area for inactive tabs
 */
.gsc-tabsArea {
  clear: both;
  margin-top: 6px;
  }

.gsc-tabsArea .gs-spacer {
  font-size : 1px;
  margin-right : 2px;
  overflow : hidden;
}

.gsc-tabsArea .gs-spacer-opera {
  margin-right : 0px;
}

.gsc-tabsAreaInvisible {
  display : none;
  }

.gsc-tabHeader {
  display: inline;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 0px;
  }

.gsc-tabHeader.gsc-tabhActive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #ff9900;
  color: black;
  }

.gsc-tabHeader.gsc-tabhInactive {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 2px solid #e9e9e9;
  background: #e9e9e9;
  color: #676767;
  }

.gsc-tabData.gsc-tabdActive {
  display: block;
  }

.gsc-tabData.gsc-tabdInactive {
  display: none;
  }

/* tab specific results header supression
 * - no twiddle, tabbed mode runs in full expand mode
 * - no title
 * - no stats
 */
.gsc-tabData .gsc-resultsHeader .gsc-title {
  display: none;
  }

.gsc-tabData .gsc-resultsHeader .gsc-stats {
  display: none;
  }

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
  display : none;
}



/* the results for each section
 * .gsc-resultsbox-{visible,invisible} : a complete-collection of results including headers
 * .gsc-results : the collection of results for a given searcher
 * .gsc-result : a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */
.gsc-resultsbox-visible {
  display : block;
width:490px;
}

.gsc-resultsbox-invisible {
  display : none;
}

.gsc-results {
  clear: both;
  padding-bottom: 2px;

}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: 1.4em;
  overflow: hidden;
  }

/* specialized, result type specific, fine grained controls */
.gsc-result div.gs-watermark {
  display: none;
}

/* Ads
 */
.gsc-results .gsc-result img.gs-ad-marker {
  display: none;
}

/* Standard configuration div/form */
div.gsc-config {
  border: 1px solid #e9e9e9;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top : 2px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}

form.gsc-config {
  margin-bottom : 0px;
}

.gsc-configSetting {
  margin-top : 6px;
  }

.gsc-configSetting_Label {
  color: #676767;
  }

.gsc-configSettingInput {
  color: #676767;
  border: 1px solid #e9e9e9;
  width: 75%;
  }

.gsc-configSettingCheckbox {
  color: #676767;
  margin-right: 6px;
  }

.gsc-configSettingCheckboxLabel {
  display : inline;
  color: #676767;
  }

div.gsc-configSettingSubmit {
  margin-top : 8px;
  text-align : right;
}

input.gsc-configSettingSubmit {
  display: inline;
  font-size: 11px;
  cursor: pointer;
}


/* Image Search
 */
.gsc-imageResult {
  float: left;
  margin-bottom: 1em;
  margin-right: 20px;
}

.gs-imageResult {
  width: 114px; /* default width + 1px border */
  overflow : hidden;
}

.gs-imageResult .gs-image-box {
  height: 86px; /* default height + 1px border */
  position : relative;
}

/* note, left edge is auto-set by search control */
.gs-imageResult .gs-image-box img.gs-image {
  position : absolute;
  bottom : 0px;
}

.gs-imageResult .gs-text-box {
  text-align: center;
  overflow : hidden;
  height: 4em;
}

.gs-imageResult .gs-snippet {
  overflow : hidden;
  line-height: 1em;
  cursor : pointer;
  white-space : nowrap;
}
.gs-imageResult .gs-visibleUrl {
  cursor : pointer;
}
.gs-imageResult .gs-size {
  color: #6f6f6f;
}

/* Video Search
 * - single line title
 */

.gsc-videoResult .gs-videoResult .gs-title {
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;

  }

.gsc-videoResult .gs-videoResult .gs-snippet {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  }

/* trailing more link at the bottom of
 * a collection of results
 */
.gsc-imageResult .gsc-trailing-more-results {
  clear : both;
font-size:10px;
}
 .gsc-imageResult .gsc-trailing-more-results a{
font-size:10px;
}
.gsc-imageResult .gsc-trailing-more-results a:hover{
font-size:10px;
 color: #0000cc;
}
.gsc-results .gsc-trailing-more-results {
  margin-bottom : 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #0000cc;
  text-decoration: underline;
font-size:10px !important;
}

/* trailing cursor section
 */
.gsc-imageResult .gsc-cursor-box {
  clear : both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}



/*** End of Control, Begin Results ***/

/* generic, cross cutting result style
 * - in the form of .gs-result .gs-xxx where xxx is the generic style
 * .gs-title : typically the first line of a result, typically a link, image results over ride this, since for image results, the image is the link
 * .gs-divider : typically seperates results from ads
 * .gs-visibleUrl : typically the last line of a result, displayed in green. sometimes a link (like in blog search)
 * .gs-clusterUrl : for news, and other similar services, this is a cluster of additional results
 * img.gs-image : an actial image in a result
 * .gs-phone : a phone number
 * .gs-address : an address (includes street, city, region, country)
 * .gs-streetAddress : a street (including #)
 * .gs-city : a city
 * .gs-region : a region (zip code, area, etc.)
 * .gs-country : a country
 * .gs-snippet : snippetized content
 * .gs-watermark : indicator that user selected this result
 * .gs-metadata : generic metadata, e.g.,
 * .gs-image-box : generic container for a result's image (within a table)
 * .gs-text-box : generic container for a result's text content (within a table). Note that this class, and image-box are only used in video
 */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #0000cc;
  text-decoration: none;
  font-weight:normal;
}
a.gs-title{
  color: #0000cc;
  text-decoration: underline !important;
  font-weight:normal !important;
}
a.gs-title:hover{
  color: #0000cc;
  font-size:11px !important;
  text-decoration: none;
  font-weight:normal !important;
}
.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #008000;
  text-decoration: none;
}

/* relative and absolute dates, note, news/books inlines these */
.gs-relativePublishedDate,
.gs-publishedDate {
  color: #6f6f6f;
  text-decoration: none;
}
.gs-result a.gs-clusterUrl,
.gs-result .gs-clusterUrl {
  color: #008000;
  text-decoration: underline;
  cursor: pointer;
}

.gs-newsResult .gs-publisher {
  color: #6f6f6f;
  display : inline;
  text-decoration: none;
}

/*
 * For news results there are two dates...
 * The relative date is visible while in the
 * search control and the published date
 * is visible when clipped. Why? It doesn't
 * make sense to say 4 hours ago for a clipped
 * result...
 */

/* establish the base style */
.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
  display : inline;
  margin-left : 4px;
}

/* base styling for relative date is none */
.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
  display : none;
}

/* suppress publishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
  display : none;
}

/* enable relativePublishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
  display : inline;
}

.gs-newsResult .gs-location {
  color: #6f6f6f;
  display : inline;
  text-decoration: none;
}

.gs-result img.gs-image {
  vertical-align : middle;
  border : 1px solid #0000cc;
}

.gs-result div.gs-phone {}

.gs-result .gs-directions,
.gs-result .gs-directions * {
  color: #7777cc;
  font-weight: normal;
  text-decoration : underline;
  cursor : pointer;
}

.gs-secondary-link,
.gs-secondary-link * {
  color: #7777cc;
  font-weight: normal;
  text-decoration : underline;
  cursor : pointer;
}

/* wrapper around user supplied to/from mode directions
 * normally this is disabled by default, and gs-directions is enabled
 * apps can easily switch this by setting display:block on the rule below,
 * and display:none on the rule above
 * e.g., add these two rules to switch local results into
 * alternate style driving directions
 * .gs-localResult .gs-directions-to-from { display : block; }
 * .gs-localResult .gs-directions { display : none; }
 */
.gs-result .gs-directions-to-from {
  display : none;
  margin-top : 4px;
}
.gs-result .gs-directions-to-from .gs-label {
  display : inline;
  margin-right : 4px;
}

.gs-result .gs-directions-to-from div.gs-secondary-link {
  display : inline;
}

.gs-result .gs-directions-to-from .gs-spacer {
  display : inline;
  margin-right : 3px;
  margin-left : 3px;
}

.gs-videoResult a.gs-publisher,
.gs-videoResult .gs-publisher {
  color: #008000;
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gs-result .gs-address {
}

.gs-result .gs-snippet {
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding : 5px;
  margin : 5px;
  border : 1px solid rgb(255,204,51);
  background-color : rgb(255,244,194);
}

.gs-result .gs-watermark{
  font-size: 10px;
  color: #7777cc;
}

div.gs-results-attribution {
  text-align : center;
  margin-bottom : 4px;
}

div.gs-results-attribution,
div.gs-results-attribution * {
  font-size : 10px;
  color : #676767;
  text-decoration : none;
}

div.gs-results-attribution a {
  color: #0000cc;
  cursor : pointer;
}

div.gs-results-attribution a:hover {
  text-decoration : underline;
}

.gs-result .gs-metadata{
  color: #676767;
}

/* searcher specific styling for
 * - web ad
 * - web
 * - local
 * - image (none)
 * - blog (none)
 * - video (none)
 */

/* webAd search specific over rides
 * .gs-ad-marker : disabled in control, but on in green to indicate clipped result is an ad
 */
.gs-localAd img.gs-ad-marker,
.gs-webAd img.gs-ad-marker {
  padding-left: 4px;
}

/* default is to not show long mode visible urls
 * apps should selectively enable this while disabling
 * div.gs-visibleUrl-short
 */
.gs-webResult div.gs-visibleUrl-long {
  width : 100%;
  overflow : hidden;
  display : none;
}

/* local search specific over rides
 * - city, region displayed inline
 * - country supressed
 * - small font size for info window's
 */

.gs-localAd div.gs-address * {
  color : #676767;
}

.gs-localAd div.gs-street {
  display: inline;
}

div.gs-city {
  display: inline;
}

div.gs-region {
  display: inline;
}

div.gs-country {
  display: none;
}

div.gs-infoWindow * {
  font-size: 11px;
  }

/* video search specific over rides
 * - align the table data
 * - default image width garuntee
 * - appropriate cell seperation
 */

/* todo(markl): workaround until gre in gmail fixes his styles */
.gs-videoResult * {
  font-size: 13px;
  }

/*
.gs-videoResult td .gs-image {
  vertical-align : middle;
}

.gs-videoResult td.gs-image-box {
  background-color : #000000;
}*/

.gs-videoResult td div.gs-image-box {
  width : 110px;
  height : 78px;
}

.gs-videoResult td div.gs-text-box {
  vertical-align: top;
  margin-left: 4px;
  }


/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

div.gs-book-image-box td,
.gs-bookResult td {
  vertical-align : top;
}

div.gs-book-image-box,
div.gs-book-image-box div {
  position : static;
  text-align : start;
}

div.gs-book-image-box {
  width : 75px;
  height : 90px;
}

.gs-bookResult td div.gs-text-box {
  vertical-align: top;
  margin-left: 4px;
  }

div.gs-book-image-box img {
  border-spacing : 0px 0px;
  border : none;
}

div.gs-book-image-box div.gs-row-1 {
  line-height : 7px;
}

div.gs-book-image-box img.gs-pages {
  height : 7px;
  width : 45px;
}

div.gs-book-image-box img.gs-page-edge {
  height : 7px;
  width : 11px;
}

div.gs-book-image-box div.gs-row-2 {
}

div.gs-book-image-box img.gs-image {
  height : 80px;
  border : 1px solid #a0a0a0;
}

.gs-bookResult .gs-author {
  display : inline;
  color: #6f6f6f;
}
.gs-bookResult .gs-publishedDate {
  display : inline;
}

.gs-bookResult .gs-pageCount {
  display : inline;
  color: #6f6f6f;
  margin-left : 4px;
}

.gs-bookResult .gs-id {}



.gsc-search-box{
width:300px;
}

.pollQuestion
{
  padding: 3px 5px 2px 10px;
  font-weight: bold;
}
.pollVotes
{
  padding: 3px 5px 2px 10px;
}
.pollBar
{
  height: 15px;
  background-color: #458926;
}

.bloglink {
padding-bottom: 20px;
}
/**********END GOOGLE SEARCH PAGE STYLES******/

 

/********Start: Section created for Footer Google and Other Sponsored Links******/

#LinkSpace{

border-top:1px solid #000000;

padding:7px;

text-align:left;

min-height:200px;

height:auto !important;

height:200px;

}

.GLinks{

min-height:295px;

height:auto !important;

height:295px;

border-top:1px solid #000000;

border-bottom:1px solid #000000;

border-left:1px solid #000000;

width:260px;

background-color:#FFFFFF;

}

.SpLinks{

min-height:295px;

height:auto !important;

height:295px;

border:1px solid #000000;

width:356px;

background-color:#FFFFFF;

}

.FLinks{

min-height:295px;

height:auto !important;

height:295px;

border-top:1px solid #000000;

border-bottom:1px solid #000000;

border-right:1px solid #000000;

width:356px;

background-color:#FFFFFF;

}

.LinkHeader{

font-family: Arial, Helvetica, sans-serif;

font-size:14px;

font-weight:bold;

color:#ffffff;

height:27px;

line-height:27px;

border-bottom:1px solid #000000;

padding:0px 5px;

background:url('/upload/images/SplinkModuleHeaderBg.gif') left top repeat-y #C3C7B8;

}

.SubHead{

font-weight:bold;

color:#16616c;

display:block;

line-height:20px;

}

.SubHead a{

font-weight:bold;

color:#16616c;

display:block;

text-decoration:none;

}

.LinkBody{

line-height:16px;

padding:5px;

}

 

.LinkBody p{

margin:0 0 10px 0px;

}

.LinkBody a{

font-weight:bold;

color:#374d8a;

display:block;

text-decoration:none;

}

.LinkBody .SubHead a{

font-weight:bold;

color:#16616c;

display:block;

text-decoration:none;

}

.AdSpaceGoogle{

background-color:#6f6f68;

width:250px;

height:250px;

}

.AdSpaceSponsored{

background-color:#6f6f68;

width:336px;

height:280px;

}

.AdSpaceFeatured{

background-color:#6f6f68;

width:336px;

height:280px;

}

/********END: Section created for Footer Google and Other Sponsored Links******/





