@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/geek_topbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	height: 100%;
	margin: 0px;
}
.container1 {
	background-image: url(../images/geek_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	padding: 0px;
	
}
.container2 {
	background-image: url(../images/geek_bottombg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height: 500px;
	height: 100%;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.containercontent {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	padding: 0px;
}
.tab  {
	height: 100%;
	width: 170px;
	margin-bottom: 20px;
	background-image: url(../images/geek_tab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 10px;
}
.tab h1 {
	height: 100%;
	width: 170px;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 7px;
	margin-top: 0px;
}
.tab h2 {
	height: 100%;
	width: 170px;
	margin-left: 10px;
	text-transform: capitalize;
	font-size: 12px;
	margin-top: 5px;
}
.tab   h2 a:link  {
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
}
.tab  h2 a:visited {
	color: #333333;
	text-decoration: none;
}
.tab h2 a:hover {
	color: #999999;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
}
.topmenu {
	text-decoration: none;
	text-transform: uppercase;
	color: #383249;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 17px;
	float:left;
}
.topmenu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 50px;
	margin-left: 15px;
}
.topmenu a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 50px;
	margin-left: 15px;
}
.midmenu {
	text-decoration: none;
	text-transform: uppercase;
	color: #383249;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 10px;
	float:left;
}
.midmenu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 50px;
	margin-left: 15px;
}
.midmenu a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #AEF900;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 50px;
	margin-left: 15px;
}
.card {
	height: 100%;
	width: 170px;
	background-image: url(../images/geek_tab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 10px;
	background-color: #DEDEDE;
	margin-bottom: 20px;
}
.card h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	margin-bottom: 15px;
	padding-top: 7px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 0px;
}
.card h2 {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	padding-bottom: 2px;
}
.card h2 a {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
}
.checkout {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/geek_checkout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.checkout h1 {
	padding-top: 7px;
	margin: 0px;
	color: #000000;
}
.checkout h1 a {
	padding-top: 7px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
}
.checkout h1 a:hover {
	padding-top: 7px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	background-color: #E8E8E8;
	background-image: url(../images/geek_contentheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	min-height: 500px;
	padding-bottom: 20px;
	padding-top: 5px;
	font-size:12px;
}
.content h1 {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 15px;
	margin: 0px;
}
.footer {
	width: 820px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.footer a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
	font-size: 14px;
}
.footer a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
	font-size: 14px;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
	font-size: 14px;
}
/*-----new----*/
.tdheaderlogo
{
    background-image:url(../images/geek_logo.jpg);
    background-repeat:no-repeat;
    width:280px;
    height:55px;
}
.searchlink
{
    text-decoration:none;
}
.news {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	/*height: 100%;*/
	width:150px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 2px;
	vertical-align:top;
	padding:0;
	
	
}
 .news a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	/*height: 100%;*/
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	vertical-align:top;
	
	
}
.news a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6AA000;
	/*height: 100%;*/
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	
}
.rss
{font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	/*height: 100%;*/
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	vertical-align:top;
    }
   .rss:hover
   {
    font-family: "Trebuchet MS";
	font-size: 14px;
	color: #6AA000;
	/*height: 100%;*/
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
   }
   .bottom1
   {
    background-image: url(../images/geek_logobottom.jpg);
    background-repeat:no-repeat;
    width:253px;
    height:20px;
   }
/*----------------------------------------------*/
/*------------for child page--------------------*/
/*-----------------------------------------------*/
/*----new start---*/
.topmenulogin {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-top: 17px;
}
.topmenulogin a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-left: 20px;
	letter-spacing: 0.1em;
	padding-right: 5px;
	
}
.topmenulogin a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
.topmenulogin a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
.searchlink
{
    text-decoration:none;
}
/*----new end ---*/

.contentchild {
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-bottom-color: #CECECE;
	border-left-color: #CECECE;
	background-color: #D6D6D6;*/
	text-align:center;
	height:100%;
	padding-top:10px;
}
/*--new---*/
.contenttable
{
    width:413px;
         
}
.contenttop
{
    /*background-image: url(../images/content_top.gif);
    background-position:center bottom;
	background-repeat: no-repeat;*/
	width:413px;
	height:15px;
	border:none;
	
}
.contentbottom
{
    /*background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;*/
	width:413px;
	height:15px;
}
.products  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	background-image: url(../images/box-1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 130px;
	margin-bottom: 10px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.products img {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	/*width:50px;*/
	height:50px;
}
.products h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	float: left;
	height: 100%;
	width: 120px;
	margin-left: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align:center;
	
}
.products h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #669900;
	float: left;
	height: 100%;
	width: 120px;
	margin-left: 0px;
	font-weight: bold;
	margin-top: 7px;
	margin-right: 0px;
	text-align:center;
}
.products h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	float: left;
	height: 100%;
	width: 120px;
	margin-left: 20px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
}
.namelink
{
   text-decoration:none;
   font-family: "Trebuchet MS";
    font-size : 14px;
	color: #333333;
   
}

.greenbtn {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/card.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	padding-top: 11px;
	letter-spacing: 0.2em;
}
.headlabel
 {
    margin-left:auto;
    margin-right:auto;
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:10px;
 }
 .gbf
{
    background-image: url(../images/btn_01.gif);background-repeat: no-repeat; background-position: right top;
     width:14px;
   
    
}
 .gbm
{
    background-image: url(../images/btn_02.gif);background-repeat:repeat-x;
    height:39px;
    padding-left:15px;
    padding-right:15px;
  
}
 .gbl
{
    background-image: url(../images/btn_04.gif);background-repeat: no-repeat;;background-position: left top;
    
}
.orrangebutton {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	/*background-image: url(../images/hdr.png);*/
	background-color:#FF8A1D;
	border:solid 1px #383249;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	padding-top: 7px;
	letter-spacing: 0.2em;
}
.nocolorbutton {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
	padding-top: 7px;
	letter-spacing: 0.2em;
}
/*--new  ----*/
.brdcomb
{
    float:left;
}
.brdcomblink
{
    font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.brdcombtext
{
    font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:left;
}

.pagging
{
    float:right;
    width:250px;
    padding-bottom:5px;
    text-align:right;
    margin-top:5px;
    
}
.pagger
{
     background-image:url(../images/pager.jpg);
    background-repeat:no-repeat;
     width:20px;
    height:20px;
    float:left;
    padding-right:5px;
     font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:center;
}
.pagelink
{
    text-decoration: none;
    color: #333333;
}
.pagecount
{
    width:140px;
    float:left;
    text-align:center;
    padding-right:5px;
}
.newbutton 
{
    padding: 4px 10px 3px 25px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url(../images/bkg.png);
    background-repeat: repeat-x;
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    
}
.newbutton img {
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.newbutton:hover {
    color: #8AB134;
}
.newbuttonwi 
{
    padding: 4px 10px 3px 25px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url(../images/bkg.png);
    background-repeat: repeat-x;
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    
}
.newbuttonwi:hover {
    color: #8AB134;
}
.singleproduct  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	background-image: url(../images/productbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 204px;
	margin-bottom: 20px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.singleproduct .prdimg {
font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 10px;
	width:160px;
	height:160px;
}
.prdoption
{
   font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	height: 100%;
	width: 204px;
	margin-bottom: 10px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px; 
	text-align:left;
}
.prdDesc
{
    text-align:left;
    font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
}
.txtinput{
	background:#fff url(../images/form_text.gif) repeat-x left top;
	border:1px solid #606060;
	height:18px;
	padding:4px 0 0 3px;
	float:left;
}
.dropdown{
	background:#FFFFFF url(../images/form_text.gif) repeat-x scroll left top;
	border:1px solid #606060;
	height:21px;
	padding:4px 2px 2px 3px;

}
.succmsg
{
    font-family: "Trebuchet MS";
	font-size: 12px;
	color: #336600;
}
.errmsg
{
    font-family: "Trebuchet MS";
	font-size: 12px;
	color: #CC0000;
}
/*GridViewCSS White Chrome Style*/
.GridViewStyle
{
    font-family: "Trebuchet MS";
	font-size: 12px;
    table-layout: auto;
    border-collapse: collapse;
    border:#999999 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(../images/HeaderWhiteChrome.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}
.HeaderStyle th
{
    padding: 5px;
    color: #333;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#333;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #999999 1px solid;
}
.PagerStyle a
{
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    /*border-right: solid 1px #999;*/
}
.RowStyle td
{
    background-color:#E4E4E4;
}
.AltRowStyle td
{
    background-color: #fff;
}
.SelectedRowStyle td
{
    background-color:#FF9;
}
.login
{
    font-family: "Trebuchet MS";
	font-size: 12px;
}
.login a
{
    text-decoration:none;
    color: #000000;
}
.login a.link
{
    font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
	padding-left: 20px;
	letter-spacing: 0.1em;
	padding-right: 5px;
}
.login a.link:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
.login tr td
{
    text-align:left;
    vertical-align:top;
}
.newsheader
{
    font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	height: 100%;
	font-weight: bold;	
}