﻿/*//////////////////////////////////////////////////////////////////////////////
//  Teknober.com - All rights reserved
//  Section     : Custom rules for All Internet Explorers
//  Dependicies : Base, Wrapper
//	Description	: Teknober CSS
//  Version     : 1.0
//////////////////////////////////////////////////////////////////////////////*/
.content .innerContent
{
    margin: 1em auto 0 auto;
}

/* Fix: H2 tag on IE has bigger font size */
h2.title
{
    font-size: 155%;   
}

h3
{
    font-size: 120%;   
}

.comment.frame.hide
{
    height: 0px;
    display: none;   
}

.comment.frame.show
{
    height: 105px;
    display: block;   
}

.searchItem.region, .searchItem.country, .searchItem.state,.searchItem.city
{
    width: 9.45em;
}
.comments .curveMiddleWrapper .fixed .title
{
    width: 10em;
}


/*
.submit .userInputs .searchItem
{
    width: 15.9em;   
    margin: 0px .2em;
}

.submit .userInputs .searchItem.region
{
    margin: 0px .2em 0px 0px;
}

.submit .userInputs .searchItem.city
{
    margin: 0px 0px 0px .2em;
}

.submit .userInputs input.text.zipcode
{
    width: 16.2em;
}

.submit .userInputs input.text.phone, .submit .userInputs input.text.web, .submit .userInputs input.text.mail
{
    width: 21.9em;
}
*/