/* Estructurales  ----------------------------------------------------- */

#gtContent {
	width: 100%;	
	margin-right: auto;
	margin-left: auto;
	display: table;
	font: Tahoma, Arial, Helvetica, sans-serif;
	min-height:400px;
	color: #444;
	font-size:13px;
}

#gtLeftBar {
	width: 250px;
	background-color:#c6c6c6;
	padding: 20px 12px;
	box-sizing:border-box;
	display: table-cell;
	vertical-align: top;
}

#gtBody {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	background-color:#dfdfdf;
}

/* Generales ----------------------------------------------------- */

.gtMessage{
	background-color: #cd771b;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 20px;
	text-align: center;
	margin-bottom: 16px;
	color:#FFF;
	text-shadow: 0px -1px 0px #7d4508;
    filter: dropshadow(color=#7d4508, offx=0, offy=-1);
    border-top:solid 1px #faa03f;
	border-bottom:solid 1px #bd6a12;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    
}

.gtPanel{
	background-color:#fff;
	-webkit-border-radius: 4px;    
    border-radius: 4px;
    margin:0px;
    overflow:hidden;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtPanelTitle{
	background-color:#eeeeee;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #dddddd;
	line-height:38px;
	
	font-size:14px;
	color:#6a6969;
	text-align:center;
}

.gtPanelContent {
	padding:12px;
	margin:0px;
	color: #444;
	font-size:13px;
}

.gtPanelFooter {
	background-color:#eeeeee;
    margin:0px;
    overflow:hidden;
}

.gtToolbar{
	background-color:#f6f6f6;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    margin:0px;
    overflow:hidden;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtToolbarContent{
	padding:12px;
	margin:0px;	
}

.gtCartStepSel {
	width: 33%;
	height: 50px;
	background-color: #58a138;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	display: table-cell;
	text-align: center;
	border-top: 1px solid #80bd66;
	border-bottom: 1px solid #37711e;
	border-left: 1px solid #80bd66;
	border-right: 1px solid #37711e;
	box-sizing: border-box;
}

.gtCartStep {
	width: 33%;
	height: 50px;
	background-color: #f6f6f6;
	font-size: 18px;
	color: #c0c0c0;
	line-height: 50px;
	display: table-cell;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #fff;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
}

.gtButton{	
	display:block;
	box-sizing:border-box;
	background-color:#faac00;
	border:none;
	border-top:solid 1px #fdd16f;
	border-bottom:solid 1px #db9803;
	text-align:center;
	line-height:38px;
	
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#fff;			
	-webkit-border-radius: 3px;
    border-radius: 3px;
    
    font-size:13px;
	text-shadow: 0px -1px 0px #ce8e00;
    filter: dropshadow(color=#ce8e00, offx=0, offy=-1);
    
    
    cursor:pointer;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtButton:hover{
	background-color:#ffba23;
	
}

.gtButton2{	
	background-color:#ddd;
	border-top:solid 1px #fafafa;
	border-bottom:solid 1px #c6c6c6;


	color:#6a6969;			

	text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
    

}

.gtButton2:hover{
	background-color:#e4e4e4;
	
}




.gtOption{	
	display:inline-block;
	box-sizing:border-box;
	background-color:#faac00;
	border:none;
	border-top:solid 1px #fdd16f;
	border-bottom:solid 1px #db9803;
	text-align:center;
	line-height:38px;
	
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#fff;			
	-webkit-border-radius: 3px;
    border-radius: 3px;
    
    font-size:13px;
	text-shadow: 0px -1px 0px #ce8e00;
    filter: dropshadow(color=#ce8e00, offx=0, offy=-1);
    
    
    cursor:pointer;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}














.gtButtonsHolderVert{}

.gtButtonsHolderHori{
	display:block;
	margin:0px;
	padding:12px;
	border-collapse: separate;
    border-spacing: 2px; /* cellspacing */
}

.gtButtonsHolderTable{
	display:table;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:right;	
	border-collapse: separate;
    border-spacing: 2px; /* cellspacing */
}

.gtButtonsHolderVert .gtButton{
	display:block;
	width:100%;
	margin-bottom: 4px;
	
}

.gtButtonsHolderHori .gtButton{
	display:inline-block;
	width:auto;
	padding:0px 12px;
	margin-left:4px;
	
}

.gtButtonSm{
	
	display:block;
	box-sizing:border-box;
	background-color:#c34b00;
	border:none;
	border-top:solid 1px #fe8f46;
	border-bottom:solid 1px #8d3800;
	text-align:center;
	line-height:26px;
	font-size:11px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#FFF;			
	-webkit-border-radius: 3px;
    border-radius: 3px;
	text-shadow: 0px -1px 0px #8d3800;
    filter: dropshadow(color=#8d3800, offx=0, offy=-1);
    cursor:pointer;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	
}

.gtButtonSm:hover{
	border-top:solid 1px #ff9f56;
	border-bottom:solid 1px #9d4810;
	background-color:#d35b10;
}

.gtButtonsHolderHori .gtButtonSm{
	display:inline-block;
	width:auto;
	padding:0px 12px;
}

.gtButtonsHolderTable .gtButtonSm{
	display:table-cell;
	width:auto;
	padding:0px 6px;
}

.gtButtonsHolderVert .gtButtonSm{
	display:block;
	width:100%;
	margin-bottom: 4px;
}

.gtButtonIcon{}

h1{
	font-size:34px;
	color: #569f36;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

h2{
	font-size:24px;
	color: #5e7852;
	margin:0px;
	padding:0px;
	font-weight: normal;


}

h3{
	font-size:20px;
	color: #8d8d8d;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

h4{	
	font-size:16px;
	color: #e59100;
	margin:0px;
	padding:0px;
	font-weight: normal;


}

h5{
	font-size:13px;
	color: #5e7852;
	margin:0px;
	padding:0px;
	font-weight: normal;
}

h6{
	font-size:11px;
	color: #aaa;
	margin:0px;
	padding:0px;
	font-weight: normal;
	
	

}



.gtCatalogGrid h1, .gtCatalogGrid h2, .gtCatalogGrid h3, .gtCatalogGrid h4, .gtCatalogGrid h5, .gtCatalogGrid h6 {
	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






p{
	color: #444;
	font-size:13px;
	line-height:16px;
}

a{
	font-size:13px;
	color:#d25400;	
}

hr{
	border:none;
	border-top: 2px dotted #bbb;
	background-color:transparent;
	padding:  0px;
}

.gtPanel hr {
	
	border-top: 2px dotted #ddd;
	
}

#gtLeftBar hr {
	
	border-top: 2px dotted #aaa;
	
}

fieldset hr{
	border:none;
	border-top:1px solid #ccc;
	
}

.gtImg{
	margin:0px;
	padding:0px;
	-webkit-border-radius: 4px;    
    border-radius: 4px;
}

/* Tabs panel ----------------------------------------------------- */

.gtTabsPanel{
	background-color:#c6c6c6;
	margin:0px;
	padding:8px 8px 0px 8px;
	border-top:solid 1px #c6c6c6;
	line-height:38px;	
	font-size:14px;
	color:#6a6969;
	text-align:center;
	overflow:hidden;
}

.gtTabsPanel ul {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0px;
	
}

.gtTabsPanel li{
	list-style:none;
	position: relative;
	top:0px;
	box-sizing:border-box;
	float:left;
	min-width: 80px;
    margin:0px 4px 0px 0px;
    padding: 0px;
    overflow:hidden;
}

.gtTabsPanel li a{
	display:block;
	box-sizing:border-box;
	background-color:#e3e3e3;
	border-top:solid 1px #ffffff;

	line-height:38px;
	font-size:13px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#6a6969;		
	
	-webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
        
	text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
    
	cursor:pointer;
}

.gtTabsPanel li .gtTabSelected{

	background-color:#fff;
	border-top:solid 1px #fff;
	color:#6a6969;
  
    
}

.gtTabsPanel li .gtTabNormal:hover{
	background-color:#f0f0f0;
}

/* Table ----------------------------------------------------- */

.gtTable{}

.gtTable table{
	margin:0px;
	padding:0px;
	border:2px solid #c6c6c6;
	border-spacing:0;
    border-collapse:collapse;
    width:100%;
    color: #6f6f6f;
	font-size:11px;
	font-weight: normal;
}

.gtTable p{
	color: #6f6f6f;
	font-size:11px;
	font-weight: normal;
}

.gtTable th{
	margin:0px;
	padding:0px;
	border:1px solid #c6c6c6;
}

.gtTable tr{
	margin:0px;
	padding:0px;
	border:1px solid #c6c6c6;
	background:#fff;
}

.gtTable td{
	margin:0px;
	padding:4px 8px;;
	border:1px solid #c6c6c6;
	color: #6f6f6f;
	font-size:11px;
	font-weight: normal;
	width:auto;
    max-width: 200px;
    overflow: hidden;
}

.gtTable th{
	margin:0px;
	padding:0px 8px;;
	color: #fff;
	font-size:11px;
	font-weight: normal;
	line-height: 28px;
	background-color:#ef9900;
	border:none;
	font-size:11px;
	text-shadow: 0px -1px 0px #bd7800;
    filter: dropshadow(color=#bd7800, offx=0, offy=-1);
	border-top:solid 1px #ffaa00;
	border-bottom:solid 1px #d68800;
	
	max-width: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}

.gtTable tr:nth-child(even) {

	background:#f6f6f6;
}

.gtTable .gtFirstColumn{
	background-color: #f2f6f0;
	
}


/* Catalog Grid  ----------------------------------------------------- */

.gtCatalogGrid{
	display:block;
	overflow: hidden;
}

.gtCatalogGrid ul {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0px;
	
}

.gtCatalogGrid li{
	list-style:none;
	position: relative;
	top:0px;
	box-sizing:border-box;
	float:left;
	width: 140px;
	height: 350px;
	background-color:#fff;
	-webkit-border-radius: 4px;    
    border-radius: 4px;
    margin:4px;
    padding: 12px;
    overflow:hidden;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtPanel .gtCatalogGrid li{
	background-color:#f6f6f6;
	border: 1px solid #ddd;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.gtCatalogGrid .gtCatalogListItemContent {}

.gtCatalogGrid .gtCatalogListItemImg {}

.gtCatalogGrid .gtCatalogListItemInfo {
	text-align:left;
}

.gtCatalogGrid .gtCatalogListItemPrice {
	position:absolute;
	bottom:40px;
	height:35px;
}

.gtCatalogGrid .gtCatalogListItemActions {
	position:absolute;
	bottom:10px;	

}



/* Catalog List  ----------------------------------------------------- */

.gtCatalogList{
	display:block;
	overflow: hidden;
}

.gtCatalogList ul {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0px;
}

.gtCatalogList li{
	list-style:none;
	position: relative;
	box-sizing:border-box;
	background-color:#fff;
	-webkit-border-radius: 4px;    
    border-radius: 4px;
    margin:4px;
    padding: 12px;
    overflow:hidden;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    display:block;
}

.gtPanel .gtCatalogList li{
	background-color:#f6f6f6;
	border: 1px solid #ddd;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.gtCatalogList .gtCatalogListItemContent {
	display:table;
	margin:0px;
	padding:0px;
	border-spacing:0;
    border-collapse:collapse;
    width:100%;
}

.gtCatalogList .gtCatalogListItemImg {
	height:90px;
	width:120px;
	display:table-cell;
	vertical-align:top;
	text-align: left;
	padding-right:12px;
}

.gtCatalogList .gtCatalogListItemInfo {
	height: 55px;
	display:table-cell;	
	vertical-align:top;
	text-align: left;
	border-right:2px dotted #ddd;
	padding:0px 12px;
}

.gtCatalogList .gtCatalogListItemPrice {
	width:120px;
	height:35px;
	display:table-cell;	
	vertical-align:middle;
	text-align: center;
	border-right:2px dotted #ddd;
	padding:0px 12px;
}

.gtCatalogList .gtCatalogListItemActions {
	height:35px;
	width:100px;
	display:table-cell;
	vertical-align:top;
	padding-left:12px;
}



/* Left Menu  ----------------------------------------------------- */

.gtMenuGroup{
	font-size: 14px;
	color:#355a25;
	margin:0px 0px 4px 8px;
	
}

.gtLeftMenu{
	padding:0px;
	margin:0px;	
}

.gtLeftMenu ul {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:0px;	
}

.gtLeftMenu li{
	list-style:none;
	margin: 4px 0px 4px 0px;
	display:block;	
}

.gtLeftMenu li a{
	display:block;
	box-sizing:border-box;
	background-color:#eeeeee;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #aaaaaa;

	line-height:38px;
	font-size:13px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#6a6969;	
	
	-webkit-border-radius: 3px;
    border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
    
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtLeftMenu li span{
	display:block;
	box-sizing:border-box;
	background-color:#59a239;
	border-top:solid 1px #80bd66;
	border-bottom:solid 1px #37711e;

	line-height:38px;
	font-size:13px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#FFF;	
		
	-webkit-border-radius: 3px;
    border-radius: 3px;
	text-shadow: 0px -1px 0px #418028;
    filter: dropshadow(color=#418028, offx=0, offy=-1);
    
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    
}

.gtLeftMenu li a:hover{
	background-color:#fff;
}

/* submenu left -------- */
.gtLeftMenu ul ul {
	background-color:#969696;
	margin:0px 12px 12px 12px;
	-webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    overflow:hidden;
}

.gtLeftMenu ul ul li{
	list-style:none;
	margin: 0px 0px 0px 0px;
	background:none;
	display:block;	
}

.gtLeftMenu ul ul li a{
	display:block;
	box-sizing:border-box;
	background-color:transparent;
	border:none;
	border-bottom:solid 1px #acacac;

	line-height:28px;
	font-size:12px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#fff;	
	
	text-shadow: none;
    filter: none;
    
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0);
}

.gtLeftMenu ul ul li a:hover {
	background-color:#a6a6a6;
}








/* FORMS --------------------------------------------- */



input[type=file]{
	
	font-size:11px;
	font-weight:normal;
	color:#888;

}




input[type=text], input[type=password], input[type=number], select, textarea {
	box-sizing:border-box;
	color:#a7a7a7;
	
	font-size:13px;
	font-weight:normal;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #ccc;
    padding:0px 8px;
    
    outline: none;
    
}

input[type=text], input[type=password], select {
	height: 28px;	
	line-height:26px;
	
}

input[type=number] {
	height: 28px;
	width:68px;	
	line-height:26px;
	margin-left:2px;
}


select{
	padding-right:0px;
	
}






label {
	color:#58a238;
	font-size:13px;
	font-weight:normal;	
	margin:2px;
	vertical-align:top;
	
	
}


.gtFormHori{ }

fieldset { 
	padding:20px;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	
}

legend{
	display:block;
	box-sizing:border-box;
	background-color:#eeeeee;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #aaaaaa;

	line-height:28px;
	font-size:12px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#6a6969;	
	
	-webkit-border-radius: 3px;
    border-radius: 3px;
	text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
    
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	
}

.gtFormHori input[type=text], .gtFormHori input[type=password], .gtFormHori select, textarea {
	min-width:280px;
	display:inline-block;
	margin-bottom: 4px; 

}
.sm input[type=text], .gtFormHori input[type=password], .gtFormHori select, textarea  {
	min-width:150px;
}

.gtFormHori label {
	display:inline-block;
	width:138px;
	text-align: right;
	padding: 0px 8px 0px 0px;
}

.sm label {
	width:130px;
}

.gtFormHori .gtFormComment {
	display:inline-block;
	font-size:11px;
	font-weight:normal;
	color:#8ca980;
	margin-left:174px;
	max-width:280px;
	text-align: left;
	
	padding: 4px 8px 0px 0px;
}

.gtFormHori .gtImg{
	margin:8px 4px;
}

.gtFormVert{}

.gtFormVert label {
	display:block;
	padding: 0px 8px;
}

.gtFormVert input, .gtFormVert select {
	width:100%;
	display:block;
}



















/* Paging ----------------------------------------------------------- */












.gtPaging { 	
 	/*background-color:#f6f6f6;
	-webkit-border-radius: 4px;    
    border-radius: 4px;
    padding:8px;
    margin:0px;
    overflow:hidden;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
    }

.gtPagingContent{
	display:table;
	
	width:100%;
}

.gtPaging .gtPagingInfo{
	display:table-cell;
	line-height:38px;
	vertical-align:top;
	text-align: left;
	width: 120px;
	font-size:12px;
	color:#999;
}

.gtPaging .gtPagingPages {
	display:table-cell;
	text-align: right;
}

.gtPagingPages ul {
	margin: 0;
	text-align: right;
	padding: 0;
}

.gtPagingPages  ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0;
}

.gtPagingPages ul li span {
	
	width: 38px;
	height: 38px;

	font-size: 12px;
	line-height:38px;
	color: #fff;
	
	background-color:#59a239;
	border:none;
	border-top:solid 1px #80bd66;
	border-bottom:solid 1px #37711e;
	
	
	box-sizing:border-box;
	text-decoration: none;
	float: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	
	
	margin-left: 2px;
	
	
	

}

.gtPagingPages ul li a {
	width: 38px;
	height: 38px;
	margin-left: 2px;
	font-size: 12px;
	line-height:38px;
	color: #888;
	
	background-color:#eeeeee;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #dddddd;
	
	
	box-sizing:border-box;
	text-decoration: none;
	float: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtPagingPages ul li a:hover {
	background-color: #fff;
	cursor: pointer;
}

/* ficha --------------------------- */

.gtCatalogDetailImg {}

.gtCatalogDetailInfo { padding: 0 0 0 12px; }

.gtCatalogDetailInfo label { width: 60px; }

/* modificadores generales --------------------------- */

.gtInline {
	display:inline-block;
}

.gtCell {
	display:table-cell;
}

.gtTableFull {
	display:table;
	width:100%;
}

.gtSpacerTop {
	margin-top:12px;
}

.gtSpacerBottom {
	margin-bottom:12px;
}

.gtSpacerLeft {
	margin-left:12px;
}

.gtSpacerRight {
	margin-right:12px;
}

.gtCenter {
	text-align: center;
}

.gtLeft {
	text-align: left;
}

.gtRight {
	text-align: right;
}

.gtTop {
	vertical-align: top;
}





/* ------------------- Options --------------------- */

.gtBtnGroupHori {	
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	overflow:hidden;
	margin:0px;
	padding:0px;
	display:table;
}

.gtBtnGroupHori li{
	list-style:none;
	display:table-cell;
	margin:0px;
	padding:0px;
	
}

.gtBtnGroupSel {	
	display:table-cell;
	box-sizing:border-box;
	background-color:#faac00;
	border:none;
	border-top:solid 1px #fdd16f;
	border-bottom:solid 1px #db9803;
	text-align:center;
	line-height:38px;
	
	text-decoration:none;
	padding:0px 20px 0px 20px;
	color:#fff;			

    
    font-size:13px;
	text-shadow: 0px -1px 0px #ce8e00;
    filter: dropshadow(color=#ce8e00, offx=0, offy=-1);
    
    
    cursor:pointer;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtBtnGroupUnsel {
	
	background-color:#ddd;
	border-top:solid 1px #fafafa;
	border-bottom:solid 1px #c6c6c6;
	color:#6a6969;
	text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
	
	display:table-cell;
	box-sizing:border-box;
	border:none;
	text-align:center;
	line-height:38px;
	text-decoration:none;
	padding:0px 20px 0px 20px;
    font-size:13px;    
    cursor:pointer;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.gtBtnGroupUnsel:hover {
	background-color:#e4e4e4;
}


.gtLink {
	background-color:transparent;
	
	
	
}
}
