@import url(reset.css);
@import url(formbuilder.css);

a:link 
{
	color:#0000cc;
	text-decoration: underline;
}

a:visited 
{
	color:#0000cc;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;
}

a.outstanding-button
{
	background:url(../images/outstanding-button-bg.gif) no-repeat;
	width:94px;
	height:24px;
	line-height:24px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffcc;
	text-align:center;
	display:block;
	float:left;
	margin-right:3px;
}

a.button
{
	background:url(../images/button-bg.gif) no-repeat;
	width:78px;
	height:24px;
	line-height:24px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffcc;
	text-align:center;
	display:block;
	float:left;
	margin-right:3px;
}

body 
{
	font-family: Arial, Verdana, sans-serif;   
	font-size: 12px;
	line-height: 1.3;
	padding: 0;
	margin:0;
	color:#30302b;
	background:#1b2314;
}

img
{
	border:0;
}

form
{
	margin:0;
	padding:0;
}

em {
	font-style: italic;	
}

strong {
	font-weight: bold;	
}

h1 
{
	color: #38472b;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
}

h2 
{
	color: #38472b;   
	font-size: 14px;   
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px;
}

h3
{
	color:#000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
}

p 
{
	padding: 0;
	margin: 0 0 10px 0;
}

table {
	width: 100%;	
}

table td {
	vertical-align: top;	
}

.clear
{
	clear:both;
}

span.red
{
	color:#ff0000;
}

span.small
{
	font-size:11px;
	font-weight:normal;
}


/* Some layout
-----------------------------------------------------------------------------*/

#container
{
	width:944px;
	margin:0 auto;
}

#account-menu
{
	float:right;
	margin-right:20px;
	font-weight:bold;
}

#header
{
	height:79px;
	padding-left:15px;
	padding-top:10px;
	clear:both;
	background: #aed690 url(../images/header-bg.gif) repeat-x bottom;
}

#logo
{
	width:277px;
	float:left;
}

#content
{
	background:#adcb93;
	padding:10px 40px;
	min-height:400px;	
	overflow:hidden;
}

#content ul,
#content ol {
	margin-bottom: 15px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#content ul {
	list-style-type: square;
	list-style-position: inside;
}

#footer
{
	padding:20px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	background:#1d4924;
}

#footer a
{
	color:#ffffff;
}

#footer p
{
	margin:0;
	padding:0;
}

.tixamount
{
	font-size:12px;
	line-height:12px !important;
	vertical-align:baseline !important;
}

/*=Home Page 
-----------------------------------------------------------------------------*/

#right-column
{
	float:right;
	width:240px;
}

#right-column .trusted-sites-descr
{
	background:#dce6c7;
	padding:10px;
}

#main-column
{
	margin-right:250px;
}

#buckets
{
	margin-top:10px;
	border:0;
	width:100%;
	_width:99%;
}

#buckets .separator
{
	width:10px;
}

#buckets .text
{
	padding:70px 10px 10px 10px;
	min-height:230px;
}

#buckets .bucket1
{
	width:220px;
	margin-right:10px;
}

#buckets .bucket2
{
	width:220px;
}

#buckets .bucket3
{
	width:220px;
}

#total-tix-box
{
	height:44px;
	background:#509a54 url(../images/total-tix-bg.gif) no-repeat;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding-top:52px;
	margin-top:6px;
	text-align:center;
}

#login-form
{
	background:#559d58 url(../images/login-form-bg.jpg) no-repeat;
	padding:10px;
	color:#ffffff;
}

#login-form a
{
	color:#ffffff;
}

#login-form p 
{
	padding: 0;
	margin: 0 0 5px 0;
}

#login-form .validator-summary
{
	background:none;
	font-size:10px;
	padding:0 !important;
	margin:0 !important;
}

#login-form .validator-summary ul
{
	padding:0 !important;
	margin:0 !important;
}

#login-form .field-row
{
	padding:0;
}

#login-form .field-label
{
	padding:3px;
}

#login-form .input-email, #login-form .input-password
{
	width:217px;
	border:solid 1px #000000;
}

#login-form .account-summary
{
	clear:both;
	width:200px;
	margin:0 auto;
	padding-top:20px;
	float:none;
	text-align:center;
	line-height:30px;
}

#login-form .account-summary .name
{
	font-size:14px;
}

#login-form .account-summary .links a
{
	color:Blue;
}

#login-form .account-summary .back-to-account
{
	padding:20px 0;
}

#register-link
{
	text-align:center;
}

#register-link a
{
	color:#f2fbb4;
	font-size:14px;
}

#total-metatix
{
	background:#255c2e url(../images/register-link-bg.gif) no-repeat;
	line-height:22px;
	width:240px;
}

#total-metatix table
{
	height:49px;
	width:240px;
}

#total-metatix table tr td
{
	text-align:center;
	padding:0;
	vertical-align:middle;
}

#total-metatix table tr td.amount
{
	text-align:right;
}

#total-metatix table tr td.metatix-icon
{
	text-align:left;
}

#total-metatix table tr td.label
{
	color:White;
	font-size:11px;
	text-align:left;
	padding-top:10px;
}

#right-text
{
	padding-top:10px;
}




/*= MyTIX styles 
-----------------------------------------------------------------------------*/
.top-account-summary
{
	float:left;	
	line-height:18px;
	margin-left:20px;
}

.top-account-summary .top
{
	border-bottom:solid 1px Gray;
	display:block;
}

.top-account-summary .tixamount .figure
{
	font-weight:bold;
}

.dashboard-options
{
	font-size:14px;
	padding-left:20px;
}

.total
{
	background: #eeeeee;
	padding:10px;
}

#transaction-history a.collapse,
#transaction-history a.expand
{
	text-decoration:none;
}

#transaction-history tr.details, 
#transaction-history a.collapse
{
	display:none;
}

#transaction-history th
{
	border-bottom:solid 1px #cccccc;
	font-weight:bold;
	padding-left:10px;
}

#transaction-history tr.details td
{
	border-bottom:solid 1px #cccccc;
	padding:10px 10px 10px 30px;
}

#transaction-history tr.details td table td
{
	border:0;
	padding:0px;
}

#transaction-history tr.details td table td.title
{
	width:140px;
}

#transaction-history tr.summary td
{
	border-bottom:solid 1px #cccccc;
	padding-left:10px;
}

#transaction-history tr.summary:hover
{
	background:#f6f6f6;
}

#transaction-history tr.summary td
{
	cursor:pointer;
	padding:5px;
}

#transaction-history tr.summary-expand td
{
	background:#e2f1d4;
}

#transaction-history tr.details-expand td
{
	background:#eff7e7;
}

#transaction-history th.date
{
	width:150px;
}

#transaction-history td.expand
{
	width:10px;
}

#transaction-history td.date
{
	width:140px;
}

#transaction-history .amount
{
	text-align:right;
	width:90px;
}

.fieldset-title
{
	line-height:24px;
	font-size:14px;
}

.profile-form .fieldset-title span.collapse,
.profile-form fieldset
{
	display:none;
}

.profile-form .fieldset-title a.collapse
{
	text-decoration:none;
	font-weight:bold;
	color:Black;
}

a.FreeTixLink
{
	float: right;
	background: #ffffff url(../images/freetix-offers.png) no-repeat left center;
	padding-left: 17px;
	padding-right: 2px;
}

#payment-method
{
	background:#83b775;
	width:auto;
	margin:10px 0;
}

#payment-method td.corner
{
	height:10px;
	width:50%;
}

#payment-method td.top-left
{
	background:url(../images/corner-top-left.gif) no-repeat left top;
}

#payment-method td.top-right
{
	background:url(../images/corner-top-right.gif) no-repeat right top;
}

#payment-method td.bottom-left
{
	background:url(../images/corner-bottom-left.gif) no-repeat left bottom;
}

#payment-method td.bottom-right
{
	background:url(../images/corner-bottom-right.gif) no-repeat right bottom;
}

#payment-method td.inner
{
	padding:10px 20px;
}

#payment-method td.inner div.button
{
	float:left;
	height:50px;
	padding-left:30px;
	padding-right:30px;
}

#payment-method td.inner div.cc-checkout
{
	border-right:solid 1px #214424;
	padding-top:13px;
	height:37px;
}

#payment-method td.inner div.pp-checkout
{
	border-right:solid 1px #214424;
	padding-top:10px;
	height:40px;
}

#payment-method td.inner div.zeevex-checkout
{
	padding-top:5px;
	height:45px;
}

/*= Trusted Sites Page Styles 
-----------------------------------------------------------------------------*/

.trusted-site-bucket
{
	width:100%;
	margin-bottom:15px;
}

.trusted-site-bucket .title
{
	background:#5fa453;
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

.trusted-site-bucket .title .la-title
{
	display:block;
	float:right;
	width:110px;
	font-size:11px;
	margin-right:50px;
	margin-top:17px;
	text-align:center;
}

.trusted-site-bucket .title .userid-title
{
	display:block;
	float:right;
	width:70px;
	font-size:11px;
	margin-top:17px;
	text-align:center;
}

.trusted-site-bucket .body
{
	background:#dce6c7;
	overflow:hidden;
}

.trusted-site-bucket .body .item
{
	padding:5px;
	border-bottom:1px solid #adcb93;
	overflow:hidden;
}

.trusted-site-bucket .body .item .accept-options,
.trusted-site-bucket .body .item .activate-options
{
	width:100%;
	overflow:hidden;
}

.trusted-site-bucket .body .item .activate-options input
{
	float:left;
	margin-right:3px;
	height:18px;
}

.trusted-site-bucket .body .item .activate-options
{
	line-height:24px;
}

.trusted-site-bucket .body .item .remove-btn
{
	float:right;
	width:50px;
}

.trusted-site-bucket .body .item .last-accessed
{
	float:right;
	width:110px;
	text-align:center;
	color:#333333;
	font-size:11px;
}

.trusted-site-bucket .body .item .userid
{
	float:right;
	width:70px;
	text-align:center;
	color:#333333;
	font-size:11px;
}

.trusted-site-bucket .body .item .site-name
{
	font-size:13px;
	font-weight:bold;
}

/*= Webstore Page Styles 
-----------------------------------------------------------------------------*/

#product-list
{
	padding-left:25px;
}

#product-list .product
{
	width:170px;
	min-height:230px;
	margin:0px 16px;
	float:left;
	text-align:center;
}

#product-list .product a
{
	font-size:14px;
	font-weight:bold;
}

#product-list .product img
{
	margin-top:5px;
	width:170px;
	height:170px;
	background-color:Gray;
}

#product-details
{
	overflow:hidden;
	padding-top:20px;
}

#product-details .product-image
{
	float:left;
	width:170px;
	margin-right:10px;
}

#product-details .product-image img
{
	width:170px;
	height:170px;
	background-color:Gray;
}

#product-details ul.variants
{
	list-style:none;
	padding:0;
	margin:0;
}

#product-details ul.variants li
{
	line-height:24px;
	font-size:13px;
}

#product-details ul.variants li a
{
	font-weight:bold;
}

#product-details ul.variants li span.price
{
	font-size:13px;
	color:Gray;
}


/*=Paginator, used for search and other stuff 
-----------------------------------------------------------------------------*/

.paginator
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    font-weight: bold;
}

.paginator ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul li
{
    display: inline;
    padding-right: 10px;
}

.paginator ul li
{
}

.paginator ul li span
{
}

.paginator ul li span a
{
    text-decoration: underline;
    padding: 0 10px;
    color: #026a9d;
}

.paginator ul li.active
{
}

.paginator ul li.active span
{
    padding: 0 10px;
}


/*= News Page
-----------------------------------------------------------------------------*/

#news #news-list .news-item
{
	padding-bottom:20px;
}

#news #news-list .news-title
{
	font-weight:bold;
}

#news #news-list .news-title a
{
	font-size:14px;
}

#news #news-list .news-title .news-date
{
	font-weight:normal;
}

#news #news-details .news-title
{
	font-family: Georgia,Times New Roman,Times,serif; 
	font-size: 22px; 
	font-weight: normal;
}

#news #news-details .news-date
{
	font-weight:bold;
}

/*=Search Results
-----------------------------------------------------------------------------*/

#search-results
{
    
}

#search-results ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li
{
    padding-bottom: 10px;
    font-weight: bold;
}

#search-results ul li a
{
    text-decoration: underline;
}

/*= Calendar of Events 
-----------------------------------------------------------------------------*/

.calendar
{
	width: 180px;
}

.calendar .header
{
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous
{
	float: left;
}

.calendar .next
{
	float: right;
}

.calendar table.body
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week
{
}

.calendar table.body tr.week-first
{
}

.calendar table.body tr.week-last
{
}

.calendar table.body td
{
	vertical-align: middle !important;
}

.calendar table.body td.day
{
	text-align: center;
	border: 1px solid #efefef;
	height: 24px;
	color: Gray;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first
{
}

.calendar table.body td.day-last
{
	border-right: 1px solid #efefef;
}

.calendar table.body td.day a
{
	display: block;
	background: #eeedec;
	padding: 5px 0;
	color:#650033;
	font-weight:bold;
}

/*=Gallery 
-----------------------------------------------------------------------------*/

ul#thumbnails
{
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

ul#thumbnails li
{
    display: inline;
    height: 120px;
    width: 120px;
    float: left;
}

/*=Forms 
-----------------------------------------------------------------------------*/

.hint
{
    color: Gray;
    font-size: 85%;
    font-weight: normal;
}

/* Applied to containers with  */
.validator
{
    color: Red;
}

/* Applied to containers with required fields inside */
.validator-req
{
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
	
	".errors" here is for validator summary from the form builder forms.
 */
.validator-summary,
.errors
{
    background: #fffed6;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.validator-summary ul,
.errors ul
{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.validator-summary li,
.errors li
{
    font-weight: bold;
    padding: 3px 0 !important;
    color: #cc0000;
}


fieldset
{
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}


legend
{
    display: none;
}

fieldset legend
{
}

.field-row .field-control
{
    margin-bottom: 10px;
}

.required .field-control
{
}

.field-row .field-label
{
    font-weight: bold;
}

label
{
    font-family:Arial;
}

.bottom-label
{
	font-size:11px;
	line-height:17px;
	color:Gray;
}

.field-row .field-control
{
}

/* Simultaneously added to div.field-row */
.submit
{
}

.input-name
{
    width: 400px;
}

.input-address
{
    width: 400px;
}

.input-city
{
    width: 150px;
}

.input-state
{
    width: 10ex;
}


.input-phone
{
    width: 150px;
}

.input-reference
{
    width: 150px;
}

.button-link
{
    text-decoration: underline !important;
}