
/* Style Index * /

#0 Reset
#1 BLOG Feeds
#2 Table Grids
#3 Toggle Menu Buttons
#4 Responsive Image Code
#5 To-Top Navigation


/* #0 Reset */



/* ------------------------------------------------------------
* #1 SIDENAV: BLOG FEED ENTRIES & SIDE SHAPE
* ------------------------------------------------------------ */


#feed > .entry h4 a {
	color: #E3CCAE !important;
	line-height: 24px !important;
	}
	
	
.widget .entrysuccess {
	margin: 20px 0px !important;
	}
	
	
.widget .entrysuccess h4 a,
.widget .entrysuccess h4 a span {
	line-height: 24px !important;
	color: #ccc !important;
	}
	
	
.widget p {
	line-height: 24px !important;
	color: #bbb !important;
	}
	
	
p.testlink {
	line-height: 24px !important;
	color: #ccc !important;
	margin-top: 25px;
	}
	
	
.widget > .entry p a {
	line-height: 24px !important;
	color: #E3CCAE !important;
	font-size: 110px;
	}

#centerimg {
	display: block;
	margin-left: auto;
    	margin-right: auto;
    	max-width:100%;
    	height:auto;
    	}
    	
.iframe-class {
	margin: -15px -13px !important;
	}

/* ------------------------------------------------------------
* #2 SIDENAV: TABLE GRID
* ------------------------------------------------------------ */

.dataGrid {
  margin: 30px 0px;
  border-top: 1px solid #99B2E5;
  border-bottom: 1px solid #99B2E5;
  border-left: 0px !important;
  border-spacing: 0;
  background: #F2F2F2;
  padding: 0;
  width: 95% !important;
  }

.dataGrid tr {
  background: #fff;
  }

.dataGrid tr.alt {
  background: #F5F7FC;
  }

.dataGrid tr.over,
.dataGrid td.over {
  background: #FFF5EA;
  }

.dataGrid.steps tr.over,
.dataGrid.steps td.over {
  background: transparent;
  }

.dataGrid tr.novcolor,
.dataGrid td.novcolor {
  background: #FFF5EA;
  }

.dataGrid tr.novwhite,
.dataGrid td.novwhite {
  background: #fff;
  width: 20px;
  }

.dataGrid tr.novwhitelabel,
.dataGrid td.novwhitelabel {
  background: #fff;
  }

.dataGrid tr.novblue,
.dataGrid td.novblue {
  background: #F5F7FC;
  width: 20px;
  }

.dataGrid td.highlight {
  background: #FFF0E1 !important;
  }

.dataGrid th,
.dataGrid tfoot td {
  background: #C1D1F0;
  padding: 4px 5px 6px;
  padding-left: 9px;
  font-size: 14px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  }
.dataGrid thead th {
  border: 1px solid #99B2E5;
  border-left: 0px !important;
  }
.dataGrid tfoot th,
.dataGrid tfoot td {
  border: 1px solid #99B2E5;
  border-bottom: 0;
  }

.dataGrid th a:link,
.dataGrid th a:visited,
.dataGrid tfoot td a:link,
.dataGrid tfoot td a:visited {
  color: #000;
  }
.dataGrid th a:hover,
.dataGrid tfoot td a:hover {
  color: #8CB9B9;
  }
.dataGrid th a:active,
.dataGrid tfoot td a:active {
  color: #C93;
  }

.dataGrid td {
  border-bottom: 1px solid #E1E8F7;
  border-left: 0px solid #E1E8F7 !important;
  border-right: 0px solid #E1E8F7;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
  }
  
  .dataGrid td a span.tip {
  font: bold 10px/12px Arial, Helvetica, sans-serif;
  color: #C0C0C0;
  vertical-align:middle;
  }
  
.dataGrid tr.lastRow td {
  border-bottom: 0;
  padding-bottom: 5px;
  }

.dataGrid td a {
	text-decoration: none;
	color: #73879D !important;
}

.dataGrid td p {
	//padding-left: 10px;
	text-align: left;
	font-weight: 600;
}

.dataGrid td a:hover {
	text-decoration: none;
	color: #A1AFBD !important;
}

.smtitle {
	font-size: 11px;
	font-weight: 600;
	color: #ccc;
	}


.searchframe {
	width: 100% !important;
	height: 600px !important;
	border: none !important;
	scrolling: none !important;
	margin-top: 20px;
	}


#contentMain {
	width: 100% !important;
	height: 1500px !important;
	margin-top: -30px !important;
	}

/* ------------------------------------------------------------
 * #2 TOGGLE MENU BUTTONS
 * ------------------------------------------------------------ */

.container-toggleshop {
margin: -10px 10px 50px 0px;
border: 0;
background: transparent;
padding: 0;
}

.container-toggleshop.bottomside {
margin-top: 50px;
}

.container-toggleshop.first {
margin-top: 0px;
}

.container-toggleshop .drop-button {
position: relative;
}
.container-toggleshop .drop-button .drop-btn {
display: block;
margin: 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
background: #eee;
background: -webkit-gradient(linear, 0% 10%, 0% 90%, from(#f5f5f5), to(#dddddd));
background: -webkit-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
background: -moz-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
background: -ms-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
background: -o-linear-gradient(top, #f5f5f5 10%, #dddddd 90%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5, endColorstr=#dddddd)";
font-weight: 500;
font-size: 14px;
line-height: 18px;
box-shadow: 0 1px 1px #999;
padding: 0px 4px;
}
.container-toggleshop .drop-button .drop-btn a {
display: block;
background: transparent url(/shopping/images/icon_btn_closed.png) left center no-repeat;
padding: 5px 5px 5px 35px;
color: #333;
text-decoration: none;
}
.container-toggleshop .drop-button .drop-btn a.open {
background-image: url(/shopping/images/icon_btn_closed.png);
}

	
.widget > .entry h4 a {
	line-height: 24px !important;
	}
	

/* ------------------------------------------------------------
* #3 RESPONSIVE IMAGE CODE
* ------------------------------------------------------------ */



.centerimg {
	display: block;
	margin-left: auto;
    	margin-right: auto;
    	max-width:100%;
    	height:auto;
    	}

.summaryimg {
	display: block;
	margin-left: auto;
    	margin-right: auto;
    	max-width:100%;
    	height:auto;
    	}



/* ------------------------------------------------------------
* #4 TO TOP JQ
* ------------------------------------------------------------ */



#toTop {
	display:none;
	content: '';
	text-decoration:none;
	position:fixed;
	bottom:200px;
	right:10px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url(/shopping/images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(/shopping/images/ui.totop.png) no-repeat left -50px;
	content: '';
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


/* ------------------------------------------------------------
 * #5 CONTENT TABLE DATA GRIDS
 * ------------------------------------------------------------ */

.sideGrid {
	  background: #Fff;
	  padding-right: 10px;
	  padding-left: 10px;
	  padding-bottom: 30px;
	  margin-top: -10px;
  	}
  	
.sideGrid table {
	width: 100%;
  	}

#tooltable  {
	width: 100%;
	margin-top: 8px;
	} 
  
#tooltable td {
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	}	
 
#tooltable td.image {
	color: #8F9B8F;
	display: block;
	padding-top: 5px;
	text-decoration: none;
	font: normal 13px/13px arial,helvetica,sans-serif !important;
	margin-top: -2px !important;
	} 	
 
#tooltable td a {
	color: #8F9B8F;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px !important;
	font: normal 13px/13px arial,helvetica,sans-serif !important;
	margin-top: -2px !important;
	} 
	
#tooltable td a:hover {
	background-color: #FFF5EA;
	}
	

  
 
  
/* ------------------------------------------------------------
   * #6 CSS SHOP HEADER
* ------------------------------------------------------------ */



.clearfix {	
	display:block;	
}

.clearfix:after {
	display:table;
	clear:both;
	content:" ";
}

.leftshop {
    float:left;
}

.rightshop {
    float:right;
}


.login-options {
	margin:0.5em 0;
}

.login-options .element-button {
	display:block;
	border-width:0;
}

.login-options .button-wrap {
	margin-left:10px;
	border:1px solid rgba(0,0,0,0.15);
}


.button-wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button-wrap {
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.1);
	box-shadow:0 1px 0 rgba(255,255,255,0.1);
}

.button-wrap a {
	padding:0 12px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.15);
	font-size:1.02em;	
	font-family:Arimo, Arial, Helvetica, sans-serif;
	line-height:2.2em;
	font-weight: 500;
}


.element-button {	
	position:relative;
	display:inline-block;
	overflow:hidden;
	padding:0.3em 10px 0.2em 10px;
	border:1px solid rgba(0,0,0,0.15);
	background:#f3715d;
	color:#fff!important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.17);
	white-space:nowrap;
	line-height:1.5em;
	cursor:pointer;
	margin-top: 1px;
}

.element-button.return {
	border-color:rgba(0,0,0,0.2);
	background-color:#547B53;
	padding:0.19em 10px 0.2em 10px;
	//font-size:1.1em;
	line-height:1.5em;
	margin-top: 1px;
}

.element-button.menu {
	padding:0.19em 10px 0.2em 10px;
	//font-size:1.1em;
	line-height:1.5em;
	margin-top: 1px;
}

.button-icon {
	position:relative;
	display:inline-block;
	margin:-2px 8px 0 0;
	width:16px;
	height:16px;
	background:url(/images/icons/button_icons.png) 0 0 no-repeat;
	vertical-align:middle;
}

.button-icon.sidemenu {
	background:url(/images/icons/image_6.png) 0px 1px no-repeat !important;
}

.button-icon.returnmenu {






/* ------------------------------------------------------------
   * #9 CSS FOR RANDOM CONTENT
* ------------------------------------------------------------ */

.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;

}	


/* ------------------------------------------------------------
   * #10 CSS FOR SOCIAL BUTTONS
* ------------------------------------------------------------ */



.sharequote {
	margin-top: 12px;
	text-align: right;
	background-color: #fff;
	}

.sharequote td {
	padding-bottom: 60px;
	}
	
.shareicon {
	padding-bottom: 60px !important;
	}
	
.shareicon a {
	opacity: 0.7 !important;
    	filter: alpha(opacity=70) !important;
	}

#twitter-logo {
	background: url(/move/images/social_icon_twitter.png) left top no-repeat !important;
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:100px;
	}

#twitter-logo:hover {
	background: url(/move/images/social_icon_twitter.png) left top no-repeat;
	opacity: 0.7;
    	filter: alpha(opacity=70);
	}

#facebook-logo {
	background: url(/move/images/social_icon_facebook.png) left top no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:100px;
	}

.krayton {
	background: url(/move/images/social_icon_facebook.png) left top no-repeat;
	height: 1000px;
	
	}

#facebook-logo:hover {
	opacity: 0.7;
    	filter: alpha(opacity=70);
	}

#plus-logo {
	background: url(/move/images/social_icon_google.png) left top no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:100px;
	}

#plus-logo:hover {
	opacity: 0.7;
    	filter: alpha(opacity=70);
	}

#pin-logo {
	background: url(/move/images/social_icon_pin.png) left top no-repeat;
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:100px;
	}

#pin-logo:hover {
	opacity: 0.7;
    	filter: alpha(opacity=70);
	}	


