/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; overflow: auto; }
body { font-size: 62.5%; line-height:1.2em; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-family: Verdana, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; line-height:1px; height:1px; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
#page .cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/*-------
// Global
//-----*/
body{font-family:Tahoma, Geneva, sans-serif; color:#4d4d4d; padding:20px; }

h1, h2, p{line-height:1.2em;}

/*-------
// Common Page Content
//-----*/

/*---------Common styles--------*/
h1{ color:#c70e0e;}
h2{font-size:240%; font-weight:normal;}
h3{color:#c70e0e; font-size:240%;}
p{ color:#4d4d4d; font-size:140%; font-family:Arial, Helvetica, sans-serif; margin-bottom:10px;}
ul li, ol li{font-size:130%; font-family:Arial, Helvetica, sans-serif;}


/*----------------------Coupon/Admin---------------------*/
.admin ul li{font-size:160%; line-height:1.2em; margin-bottom:20px; background:transparent url(../images/content/greenarrow.gif) no-repeat left top; padding:2px 0px 2px 34px;}
.admin label{width: 170px; float: left;	text-align: right;	margin-right: 15px; display: block; font-size:14px;}
.admin input, .admin textarea, .admin select{color: #333333; background: #ffffff; border: 1px solid #999999;}
.admin .submit input{color: #333333;background: #eeeeee; border: 1px outset #999999; margin-left:185px;}
.coupon{width:560px; border:3px dashed #333333; padding:15px 15px 5px 15px; overflow:hidden;}
.coupon .clipbox {width:250px; float:left;}
.coupon .clipbox .logo{float:left; clear:both; padding-bottom:10px;}
.coupon .textbox {width:300px; float:left; margin-bottom:15px;}
.coupon .textbox h3{font-weight:bold; font-size:18px; color:#c70000; margin:0; padding:0; line-height:1.7em;}
.coupon .textbox p.details{font-weight:normal; font-size:15px; color:#333333;}
.coupon .textbox p.terms{font-weight:normal; font-size:13px; color:#c70000; font-style:italic;}
.coupon .textbox p{font-weight:bold; font-size:12px; color:#333333;}
.coupon hr{clear:both; color:#f3f3f3; margin-bottom:10px;}
.coupon .logo{margin-top:20px;}

