/* @override http://symphony-cms.local/workspace/assets/styles/get-support.css */

/************************************
	http://symphony-cms.com
	get-support.css, v1.0
	17 November 2009
	Symphony Team, team@symphony-cms.com
*************************************
	CONTENTS
		1. TABLE
		2. LAYOUT
		3. COLORS & BACKGROUNDS
		4. BUTTONS
*************************************
		1. TABLE
*************************************/

table {
	text-align: center;
	margin-top: -2em;
}

th {
	text-align: center;
	padding: 1.5em 0;
}

th p {
	margin: 0;
}

td {
	padding: 0.5em 1em;
}

.description {
	text-align: left;
	font-weight: normal;
	width: 23em;
}

.description h4 {
	font-size: 1.2em;
	padding: 0;
}

.description p {
	line-height: 1.3em;
}

tfoot td {
	border-bottom: none;
	padding: 1em 0;
}

.terms ul {
	list-style-type: disc;
	margin-left: 2em;
}

/*************************************
		2. LAYOUT
*************************************/

table.ticketed {
	margin-top: 0;
	border-top: 1px solid #ddd;
}

table.ticketed td {
	padding: 0.75em;
}

table.ticketed .alt {
	font-weight: bold;
}

#ticket-support-features li {
	list-style-type: disc;
	margin-left: 2em;
	padding: 0.25em 0;
}

#ticket-support-features strong {
	color: #b40b51;
}

#ticket-terms em {
	color: #917c6f;
	font-style: normal;
}

#break-fix-description {
	background: transparent url(images/pagehead.png) repeat-x bottom left;
	border-bottom: 1px solid #ded8d9;
}

#break-fix-description p {
	line-height: 1.5em;
}

/*************************************
		3. COLORS & BACKGROUNDS
*************************************/

.alt .description {
	background-color: #f6f6f6;
}

.standalone, .agency, .tier-1, .tier-3, .tier-5 {
	background-color: #eeebe9;
}

th p {
	color: #b40b51;
}

.description p {
	color: #686060;
}

#support-packages td a {
	color: #216778;
	font-weight: normal;
}

/*************************************
		4. BUTTONS
*************************************/

#support-packages .action {
	float: none;
	color: #fff;
}

#support-packages .action:after {
	content: "";
}

