DIV.centerpage {
  width: 770px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -385px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.cart-column {
	display:block;
	height:40px;
	width:156px;
	background-image:url(gstore_images/cart.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
}


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-color:#ffffff;
  color: #000000;
  margin: 0px;
  padding:0px;
}

A.hycss{
	font-family:Arial;
	font-weight:normal;
	font-size: 12px;
	color:#004b91;
	text-decoration:underline;
}

A.hycss:hover{
	font-family:Arial;
	font-weight:normal;
	font-size: 12px;
	color:#e47911;
	text-decoration:underline;
}

/** product listing pages CSS **/
.listing_image{
  width:91px;
  padding:2px;
  border:1px solid #918c8a;

}

.featured_image{
  width:161px;
  height:161px;
  padding:0px;
  border:1px solid #918c8a;
}
.categoryname{
	background-image:url(gstore_images/category_arrow.png);
	background-position:10px top;
	background-repeat:no-repeat;
	height:15px;
}
.categoryname a{
	padding-left:23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height:15px;
	color:#a9cd09;
	text-decoration:none;
}
.categoryname a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height:15px;
	color:#000;
	text-decoration:none;
}

.listing_desc{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#000;
}
.listing_desc a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#a9cd09;
	text-decoration:none;
}
.listing_desc a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#000;
	text-decoration:underline;
}
.listing_name{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#000;
}
.listing_name a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#000;
	text-decoration:none;
}
.listing_name a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#000;
	text-decoration:underline;
}

.listing_details{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#000;
}

.listing_details a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 12px;
	color:#3399ff;
	text-decoration:none;
}
.listing_details a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 12px;
	color:#3399ff;
	text-decoration:none;
}

.sorting_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#a9cd09;
}

#best_title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color: #000;
	line-height:29px;
}


/*--------Nav--------*/
#navTop {
    float: left;
	width:587px;
	height:29px;
	margin:0px;
    padding:0px;
}
#navTop ul{
	float: left;
	MARGIN: 0px;   
	PADDING: 0px;   
	BORDER: 0px;   
	LIST-STYLE-TYPE: none;   
	TEXT-ALIGN: center;   
	DISPLAY: inline;
}
#navTop li{
    float: left;   
	DISPLAY: block;   
	MARGIN: 0px;   
	PADDING: 0px;   
	TEXT-ALIGN: center;
}

#navTop li#one a{
    DISPLAY: block;
	background-image:url(gstore_images/home-icon.png);
	background-position:10px top;
	background-repeat:no-repeat;
	height: 29px;
	line-height:37px;
	width:80px;
	text-indent:20px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#navTop li#one a:hover{
	text-decoration: none;
	color: #000;
	background-color:#c8df89;
}

#navTop li#four a{
    DISPLAY: block;
	height: 29px;
	background-image:url(gstore_images/contact-icon.png);
	background-position:7px top;
	background-repeat:no-repeat;
	width:98px;
	text-indent:17px;
	line-height:37px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#navTop li#four a:hover{
	text-decoration: none;
	color: #000;
	background-color:#c8df89;
}

#navTop li#five a{
    DISPLAY: block;
	height: 29px;
	background-image:url(gstore_images/about-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:87px;
	line-height:37px;
	text-indent:5px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#navTop li#five a:hover{
	text-decoration: none;
	color: #000;
	background-color:#c8df89;
}

#navTop li#two a{
    DISPLAY: block;
	height: 29px;
	background-image:url(gstore_images/services-icon.png);
	background-position:5px top;
	background-repeat:no-repeat;
	width:106px;
	text-indent:35px;
	line-height:37px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#navTop li#two a:hover{
	text-decoration: none;
	color: #000;
	background-color:#c8df89;
}
#navTop li#three a{
    DISPLAY: block;
	height: 29px;
	background-image:url(gstore_images/info-icon.png);
	background-position:2px top;
	background-repeat:no-repeat;
	line-height:37px;
	width:150px;
	text-indent:24px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#navTop li#three a:hover{
	text-decoration: none;
	color: #000;
	background-color:#c8df89;
}

.navi_bg{
	background-image:url(gstore_images/grey_bar_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:654px;
	height:29px;
}


.search_bg{
	background-image:url(gstore_images/search_background.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:29px;
	width:213px;
}
#cartitem{
	display:block;
	padding-top:8px;
	padding-right:25px;
	height:23px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-indent:10px;
	text-decoration: none;
}

#cartitem a{
	color:#000;
	text-indent:10px;
	display:block;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	text-decoration: none;
}

#cartitem a:hover{
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	color:#000;
	text-decoration: underline;
}
#logoff {
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	color:#000;
	padding-left:10px;
	padding-right:10px;
}

#logoff a{
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	color:#000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

#logoff a:hover{
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	color:#000;
	text-decoration:underline;
}

#content_info{
	width:614px;
	padding-right:15px;
	padding-left:15px;
}


/* new default CSS for webninja */

/** ------------------------ nav menu ----------------------------------------**/

.maincat {
	float:left;
	width:164px; 
	height:25px;
	text-indent:10px; 
	font-family: arial, sans-serif; 
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#fff;
}

/* common styling */
.menu {font-family: arial, sans-serif; width:164px;position:relative; margin:0; font-size:11px;}
.menu ul li a, .menu ul li a:visited {display:block; text-indent:10px; text-decoration:none; color:#000; width:164px; line-height:20px; height:20px;border:1px solid #fff; border-width:0px 0px 0 0; background:#a6ce39; font-size:14px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#c8df89;}
.menu ul li:hover ul {z-index:99;display:block; position:absolute; top:0; left:164px; width:220px;}
.menu ul li:hover ul li a.hide {background:#ebf4d5; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:220px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; text-indent:10px; background:#cde295; color:#000; width:220px;}
.menu ul li:hover ul li a:hover {background:#ebf4d5; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:220px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; text-indent:10px; width:220px; background:#ebf4d5; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#000;}


/** breadcrumbs **/
#breadcrumbs {
	float:left;
	height:26px;
	width:564px;
	font-family: arial, sans-serif; 
	font-size:11px;
	font-weight:normal;
	line-height:26px;
	color:#000;
}
#breadcrumbs a{
	padding-left:5px;
	color:#000;
	text-decoration:none;
}
#breadcrumbs a:hover{
	color:#000;
	text-decoration:underline;
}

/** end of breadcrumbs **/

#cart{
	display:block;
	float:right;
	height:26px;
	width:80px;
	font-family: arial, sans-serif; 
	font-size:12px;
	font-weight:bolder;
	line-height:26px;
	color:#000;
	background-image:url(gstore_images/cart.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#cart a{
	color:#000;
	text-decoration:none;
	padding-left:30px;
}

#cart a:hover{
	color:#000;
	text-decoration:underline;
	padding-left:30px;
}


img{border:0px;}


DIV.centerpage {
  width: 770px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -385px;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FF0000;
  font-weight: bold;
}

.orderEdit {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  color: #FF0000;
  text-decoration: underline;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.main2, P.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	vertical-align: top;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#000;
}


A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #0066cc;
  text-decoration: none;
}

FORM {
   display: inline;
}

.boxText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 99%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF0000;
}

.inputRequirement {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FF0000;
}

TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #000080;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #000080;
  color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

.errorBox {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  background: #00007F; font-weight: bold;
}

.stockWarning {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
  color: #FF0000;
}

TR.headerError {
  background: #FF0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #FF0000;
  color: #000080;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FF0000;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #FF0000;
  color: #000080;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000080;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #000080;
  color: #FFFFFF;
  font-weight: bold;
}

.infoBox {
  background: #000080;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxContents {
  background: #D9FFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000080;
  color: #FFFFFF;
}

.PlainContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.infoBoxNotice {
  background: #00007F;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TABLE.productListing {
	border: 0px;
	border-style: solid;
	border-color: #666666;
	border-spacing: 1px;
}

TABLE.infoBox-button {
  border: 1px;
  border-style: solid;
  border-color: #000080;
  border-spacing: 1px;
}

TABLE.user-table {
  border: 0px;
  border-style: solid;
  border-color: #000080;
  border-spacing: 1px;
}

TR.user-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #D9FFFF;
}

TD.user-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.productListing-heading:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #000000;
	font-weight: bold;
	text-decoration:none;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #000000;
  background: #808080;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF0000;
}

div.specials{
   display:block;
   width:auto;
   height:22px;
   line-height:22px;
   text-align:center;
   color:#ff0000;
   background-color:#d7e4bc;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TABLE.formArea {
  background: #FFFFFF;
  border-color: #000080;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

.moduleRow {
}

.moduleRowOver {
  background-color: #FFFFFF;
  cursor: pointer;
}

.moduleRowSelected {
  background-color: #FFFFFF;
}

.checkoutBarFrom, .checkoutBarTo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

.checkoutBarCurrent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;}

.productsNotifications {
  background: #FFFFFF;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
}

TR.infoBoxContents-button {
  background: #FFFFFF;
}

TR.subBar {
  background: #FFFFFF;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #0000A0;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.messageBox { font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.messageStackError, .messageStackWarning {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#ffffff;
  background-color: #00007F;
}

.messageStackSuccess {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #99ff00;
}

/* CSS from Gstore original site */

#Wrapper {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	width: 1000px;
	border: 1px solid #000000;
}

.topbanner_bg{
	background-image: url(gstore_images/topbanner_bg.png);
	background-repeat: no-repeat;
	background-position:left top;
	width:1100px;
	height:121px;
}

.topphone {
	color: #a6ce39;
	font-size: 16px;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
}

.toptime{
	padding-left:50px;
	color: #a6ce39;
	font-size: 14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#Content{
	width: 1000px;
	/*background-color: #a6ce39;
	background-image: url(../gstore_images/navbg.png);
	background-repeat: repeat-y;
	*/
}
#LeftNavBg {
	width: 224px;
/*	background-color: #a6ce39;
*/
	float: left;
	padding-top: 0px;
}
.left_bg {
	background-image: url(gstore_images/navbg.png);
	background-repeat: repeat-y;
}

#ContentBg {
	/*	width: 403px;
*/	
	width: 648px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
/*	height: 445px; */
	float: left;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	z-index: 100;
	background-color: #FFFFFF;
/*	border: 1px solid #000000;
*/
}
#ContentMain {
	width: 628px;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	z-index: 101;
	background-color: #FFFFFF;
}
#Home {
	float: left;
	width: 403px;
}
#ContentScroll {

}
#ContentRandom {
	/*	width: 403px;
*/	width: 403px;
	min-height: 325px;
	float: left;
	background-color: #FFFFFF;
/*	border: 1px solid #000000;
*/
}
#ContentBgFull {
/*	width: 616px;
*/
	min-height: 325px;
	float: left;
	padding-left: 30px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	z-index: 100;
	background-color: #FFFFFF;
}
#RightNavBg {
	width: 213px;
	float: right;
	padding-right: 4px;
}
#RightSpacer {
	height: 2px;
}
#NavSpacer {
	height: 10px;
}
#Footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
	color:#0066cc;
}
#Footer a{
	color:#0066cc;
	text-decoration:none;
}
#Footer a:hover{
	color:#000000;
	text-decoration:none;
}
#Tabs {
	padding-left: 35px;
}
#Tabs2 {
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 2px;
}
#Tabs td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 2px;
}
#Tabs td:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	background-color: #c8df89;
	cursor:pointer;
}
#Tabs a, #Tabs a:link, #Tabs a:visited {
	color: #231f20;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;	
}
/*#Tabs a:hover {
	color: #231f20;
	font-size: 1.0em;
	font-weight: 700;
	text-decoration: none;
}*/
#Tabs ul li a {
	display: block;
	width: 193px;
	height: 35px;
	padding-bottom: -5px;
}
#Tabs ul li a:hover {
	margin-left: -233px;
	background-color: #a6ce39;
	height: 35px;
}
#Tabs ul li a:active {
	margin-left: -233px;
	background-color: #a6ce39;
}
#Products {

}
#ProductsNav {
	/**padding-left: 70px;**/
}

#Products_title{
	background-image: url(gstore_images/category_title.png);
	background-repeat: no-repeat;
	background-position:5px top;
	width:224px;
	height:29px;
	margin:0px;
	padding:0px;
	text-indent:58px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 12px;
	line-height:14px;
}
#ProductsNav_title {
	padding-top:11px;
}
#NavSpace {
	height: 10px;
}
#Price {
	background-image: url(../images/pricebg.png);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 120px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
}
#PriceOuter {
	width: 140px;
	padding-left: 10px;
	text-align: left;
}

/* -------------------------------------- publisher_search.aspx ------------------------------------------- */
.quick-search-wrap {
    float: left;
	margin: 0 auto;
	width: 230px;
}
.quick-search {
	float: left;
	margin: 0 auto;
	width: 225px;
	height: 150px;
	overflow: auto;
	border: 1px solid black;
	background-color: white;
	/* set drop-down menu dispaly absolute and at the top of other page contents */
	position: absolute;
}
.quick-search ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.quick-search li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */
	/* width: 100%; */
	font: menu;
	font-size: 12px;
	/* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
	line-height: 22px;
	overflow: hidden;
}
.qs_odd {
	background-color: #eee;
}
.quick-search a {
     display: block;
     width: 220px;
	 color: #545252;
	 font-size: 12px;
	 text-decoration: none;
}
.quick-search a:hover {
     display: block;
	 width: 220px;
	 text-decoration: none;
	 cursor: default;
}
.quick-search li:hover {
	background-color: #9d8e66;
}
.quick-search li:hover a {
     display: block;
	 width: 220px;
	 color: #ffffff;
	 font-size: 12px;
	 text-decoration: none;
}
.quick-search li:hover a:hover {
     display: block;
	 width: 220px;
	 text-decoration: none;
	 cursor: default;
}
a.cart-column{
	text-indent:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 40px;
}
a.cart-column:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 40px;
}

/*----------------Social Media Website Icons----------------*/
#social {
    float: left;
    width: 195px;
    height: 60px;
    margin: 25px 14px 10px 14px;
    padding: 0px;
}
#social ul{
    float: left;
    MARGIN: 0px;   
    PADDING: 0px;   
    BORDER: 0px;   
    LIST-STYLE-TYPE: none;   
    TEXT-ALIGN: center;   
    DISPLAY: inline;
}
#social li{
    float: left;   
    DISPLAY: block;   
    MARGIN: 0px;   
    PADDING: 0px;   
    TEXT-ALIGN: center;
}
#social li a{
    DISPLAY: block;
    height: 60px;
    line-height: 54px;
    width: 65px;
    text-decoration: none;
}
#social li a:hover{
    text-decoration: none;
}
/*----------------Social Media Website Icons----------------*/

