﻿textarea 
{
    height:100px;
    width:600px;
}

textarea#Description
{
    height:100px;
    width:450px;
}

label
{
    font-weight: bold;
    display:block;
}

input
{
    width: 200px;
}

input#Counter
{
    width: 50px;
}

fieldset
{
    margin-bottom:0.5em;
}

input.copy
{
	background-image: url(../../Assets/Images/same_times.png);
    border: 0;
    cursor: pointer;
    *cursor: hand;  
    width: 177px;
    height: 19px;
}

input.add-offer
{
    background-image: url(../../Assets/Images/add_new_offer.jpg);
    border: 0;
    cursor: pointer;
    *cursor: hand;  
    width: 99px;
    height: 19px;
}

input.delete-offer
{
    border: 0;
    cursor: pointer;
    *cursor: hand;  
    width: 49px;
    height: 19px;
    margin-left:35px;
}

span.field-validation-error
{
    display:block;
}

/********** Offers **********/

fieldset.offer-template
{
    display:none;
}

div.offer-container
{
    margin-bottom:1em;
}

div#claim-left
{
    width:300px;
    float:left;
}

div#claim-right
{
width:430px;
float:right;
padding-top:0px;
*padding-top:0px;
}

div#claim-right p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
}

div#claim-right ul
{
	margin-top: 5px;
	padding-left: 15px;	
}

div#claim-right li
{
	padding-bottom: 10px;
}

div#claim-left label
{
	padding-left: 0px;
}

div#claim-left .field-validation-error
{
	margin-left: 0px;
}

fieldset.offer span.first-column, 
fieldset.offer span.second-column,
fieldset.offer span.third-column
{
    display:inline-table; 
    vertical-align:top;
}

fieldset.offer span.forth-column
{
    display:inline-table; 
    vertical-align:bottom;
}


fieldset.offer textarea
{
    height:87px;
    *height:99px;
    width:200px;
}

fieldset.offer span.first-column input, fieldset.offer span.first-column select 
{
    width:200px;
}

fieldset.offer span.second-column input
{
    width:100px;
}

fieldset.offer span.name input
{
    width:250px;
}

fieldset.offer span
{
    display:inline-block;
    padding:0;
    margin-right:0.5em;
    *margin-right:1em;
}

/********** Opening Hours **********/

table.openingHours, table.openingHours td
{
    border:0;
    padding:0.25em;
    margin:0;
    border-collapse:collapse;
}

table.openingHours
{
    margin-bottom:1em;
}

table.openingHours thead td
{
	text-align: center;
	background-color:Gray;
	color:White;
}

table.openingHours thead td, table.openingHours td.dayOfWeek, table.openingHours caption
{
    font-weight:bold
}

table.openingHours td.allDay 
{
    width:60px;
    text-align:center;
}

table.openingHours td.allDay input
{
    width:auto !important;
}

table.openingHours input
{
    width:50px;
    text-align:right;
}

table.openingHours td.to
{
    padding-right:2em;
}

input#DisplayOpenHours
{
	width:15px;
	margin-right:10px;
	margin-left:-1px;
}

input#DoNotDisplayOpenHours
{
	width:15px;
	margin-right:10px;
	margin-left:-1px;
}

#plus-icon
{
	margin-bottom:-5px;
}

#ProspectiveClaimTitle
{
	text-align:center;
	margin-top:0px;
}

#button_with_popup_selectable
{
	margin-bottom:-4px;
}

#kgbDealsContactRequest label, #OpeningHoursFieldset label
{
	display: inline-block;
}

#kgbDealsContactRequest input, #OpeningHoursFieldset input
{
	width: auto;
}

p#descriptionCharacterCounterMessage
{
	display: none;
	margin-top: 0.125em;
	text-align: right;
	width: 600px;
}

div.clearBoth
{
	height: 1em;
	clear: both;
}

