/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: Black;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
	position: relative;
    padding: 5px 30px 15px 30px; 
    background-color: #fff;
     margin-bottom: 30px; 
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin-top: 43px;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: Black;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border: 1px solid #e8eef4;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
	position: relative;
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    width: 100%;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

/* div#title
{
	color: #000000;
    display:block;
    float:left;
    text-align:left;
} */

#title
{
	display: block;
	float:left;
	width: 400px;
	height: 112px;
	text-indent: -9999px;
	background: transparent url(/Content/Images/loadeddeals.png) no-repeat 0 0;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:Black;
}

#logindisplay a:link
{
    color: Blue;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: Blue;
    text-decoration: underline;
}

#logindisplay a:Blcak
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Pager */
.pager 
{
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	width:auto;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

/* My own */
.panel-left 
{ 
	width: 60%;  
	position: relative; 
	margin: 1em 1em 1em;
}
		
		
#effect 
{ 
	width: 100%; 
	padding: 0.4em; 
	position: relative; 
	background: #fff; 
	margin: 1px;
}
		
#effect h3 
{
	 margin: 0; 
	 padding: 0.4em; 
	 text-align: center; 
}

#button 
{
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	clear: both;
	position: relative;
}

#actionbutton 
{
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
	background:#cff9b5 url(/Content/Images/green.png) repeat-x scroll 50% 50%;
}

#button span.ui-icon 
{
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;top: 50%;
	margin-top: -8px;
}
	
.right-panel
{ 
	float:right;
	width: 30%;
}
	
.right-box, .right-menu, .AddDealDisclaimer, .CouponPanel
{
	float:right;
	margin-top:30px;
	width:100%;
	padding:10px 10px 5px 10px;
}
				
.right-menu 
{ 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F2F5F7 url(/Content/Cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x scroll 50% top;
	border:1px solid #DDDDDD;
	color:#362B36;
}

.search
{
	float:left;
	padding-bottom: 10px;
	margin-top:10px;
}

.searchbox
{
	float:left;
}

#searchTerm
{
	font-size:19px;
	height:25px;
}

.CouponPanel input[type="text"] 
{
	width:160px;
}

.searchbutton
{
	float:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#cff9b5 url(/Content/Images/green.png) repeat-x scroll 50% 50%;
	margin-left:5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:1px solid #32CD32;
	padding: 3px 5px 3px 5px;
	color:#362B36;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.rightbutton
{
	float:left;
	margin: 5px;
}

.buttonwithrss
{
	clear:both;
	float:left;
}

#comments 
{ 
	position: relative; 
	margin: 3em 1.5em
}

.expired 
{ 
	color: #960018;
	font-weight:bold;
}

.comment
{
	border-bottom: 1px solid #aed0ea;
}

#CommentDetails
{
	height: 100px;
	width: 200px;
}

.DetailsBox
{
	height: 100px;
	width: 70%;
}

#RegisterDisclaimer
{
	position: absolute; 
	right: 30px; 
	top: 100px; 
	width: 250px;
	border-left: solid 1px #D41A1F;
}

h1 a 
{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}

.couponCode
{
	border:2px dashed #333333;
	display: inline-block;
	padding: 6px;
	font-weight: bold;
	font-size: 14px;
	margin-left:5px;
}

.dealAddedBy
{
	text-align: right;
	padding-right: 10%;
	margin: 0;
}

.feed
{
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

#footer
{
	padding: 10px 50px 10px 50px;
	position: relative; 
	clear: both;
	border-top: 1px #5C87B2 solid; 
}

#international
{
	position: relative; 
	float: left;
	padding: 5px 12px 5px 15px;
	margin-left: 30%;
}

#privacy, #Contact
{
	position: relative; 
	float: left;
	padding: 5px 12px 5px 12px;
}

#privacypolicy
{
	width: 60%;
}

.AddDealPanel
{
	float:right;  
	margin-top: 30px;
	margin-left:0;
	width:100%;	
	padding:10px 10px 0px 10px;
}

.AddDealPanel fieldset
{
	border:none;
	width:100%;
}

.AddDealPanel legend
{
	display:none;
}

.right-panel h3
{
	margin: 0; 
	padding: 0.4em; 
	text-align: center; 
	background:#DEEDF7 url(/Content/Images/cantelope.png) repeat-x scroll 50% 50%;
}

.deletecomment
{
	float:right;
}

.commentheader a:link
{
	color:#000;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding:2px;
}

.commentheader a:hover
{
	border: 1px solid #545454;
	padding:2px;
}

.statsMain
{
	width:100%;
}


.statsTitle
{
	font-weight:bold;
	font-size:14px;
}

.statsDateSingle
{
	padding-left:10px;
}

.retailer-name-link a, .product-name-link a
{
	text-decoration: none;
}

.product-name-link a
{
	color: #A9A9A9;
	font-weight: bold;
}
	
.related-deals-container
{
	width: 600px;
	height: 80px;
	position: relative;
}

.related-deal
{
	float:left;
	width: 290px;
	margin-top:15px;
}

.related-deals
{
	margin-top: 30px;
	margin-left:0;
	width:98%;	
	padding:10px 10px 0px 10px;
	background: #fff;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:1px solid #DDDDDD;
}

.related-deals h3
{
	margin: 0; 
	padding: 0.4em; 
	text-align: center; 
	background:#DEEDF7 url(/Content/Images/cantelope.png) repeat-x scroll 50% 50%;
}

.email-outer
{
	width: 534px;
}

.email-error-message
{
	color:#F76541;
}

.popularity
{
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	border: #8C4648 2px solid;
	width: 80px;
	text-align:center;
	margin-top: -15px;
	background: white;
	font-size: 11px;
	font-style: italic;
}

.votting-buttons
{
	padding-top: 12px;
	padding-bottom: 12px;
	float:left;
}

.details
{
	clear:left;
	padding-top: 10px;
	padding-bottom: 15px;
}