@font-face {
	font-family:'GothamMedium';
	src:url('../fonts/gotham-medium-webfont.eot');
	src:local('Gotham Medium'),
	url('../fonts/gotham-medium-webfont.woff') format('woff'),
	url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
	url('../fonts/gotham-medium-webfont.svg#webfontlD5P6Guy') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'GothamBlack';
	src:url('../fonts/gotham-black-webfont.eot');
	src:local('Gotham Black'),
	url('../fonts/gotham-black-webfont.woff') format('woff'),
	url('../fonts/gotham-black-webfont.ttf') format('truetype'),
	url('../fonts/gotham-black-webfont.svg#webfontlD5P6Guy') format('svg');
	font-weight:normal;
	font-style:normal;
}

body {
	background-image:url(../img/bg/body.gif);
	color:#41383B;
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
}

h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	margin-bottom:5px;
}

h1 {
	font-family:'GothamBlack', Arial, Helvetica, sans-serif;
	font-size:35px;
}

h2 {
	font-size:19px;
}

h3 {
	font-size:19px;
}

h4 {
	font-size:2.5em;
}

h5 {
	font-size:2em;
}

h6 {
	font-size:1.1em;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	margin-top:4px;
}

#content .no_background {
	background: none;
}

#content .s_resize {
	font-size:1.4em;
}

a {
	text-decoration:none;
	color:#FF594A;
}

a:hover {
	text-decoration:none;
}

input,
textarea,
select {
	font-family:'GothamMedium', Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.password {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.radio,
input.checkbox {
	width:13px;
	height:13px;
	vertical-align:top;
}

#my_profile .column_extra .cs_form_input input.checkbox {
	width:13px !important;
	height:13px !important;
	vertical-align:top !important;
}

form th,
form td {
	padding:2px 0;
}

.hr,
.hr2,
.clear,
br.cs_clear {
	font-size:0;
}

.hr {
	height:1px;
	background:url(../img/bg/dotted_h_white.gif) left repeat-x;
}

.hr2 {
	border-bottom:1px solid #FFF;
}

.clear,
br.cs_clear {
	clear:both;
}

br.cs_clear {
	display:block;
}

.hidden,
.cs_feedback_info,
.cs_form_fieldset legend {
	display:none
}

.cs_feedback_info,
.cs_feedback_info_success {
	background:#fff url(../img/icons/cross.gif) no-repeat 5px 5px;
	border:1px solid #b81111;
	padding:5px 10px 5px 26px;
	line-height:16px;
	color:#b81111;
	font-weight:bold;
	margin:0 0 15px 0;
}

.cs_feedback_info_success {
	background:#fff url(../img/icons/tick.gif) no-repeat 5px 5px;
	border:1px solid #33a43e;
	color:#33a43e;
}

.cs_feedback_info ul,
.cs_feedback_info_success ul {
	list-style-type:none;
	margin:0;
}

#content .cs_feedback_info ul,
#content .cs_feedback_info_success ul {
	margin:0;
}

#content .cs_feedback_info p,
#content .cs_feedback_info_success p {
	margin:0;
}

.buttons,
.cs_form_button {
	text-align:right;
}


#cs_contentmanager_form_4 .cs_form_button {
	margin-right:577px;
}

p.success {
	font-weight:bold;
	color:#7FD9EA;
}

label.error {
	color:#ff594a;
}

input.error {
	background:#ff594a;
	color:#B81111;
}

a.button,
input.cs_submit {
	background-color:#FF594A;
	border:1px solid #FFF;
	font-weight:bold;
	color:#FFF;
}

a.button {
	display:inline-block;
	line-height:125%;
	padding:1px 8px;
	text-decoration:none;
}

a.button:hover,
input.cs_submit:hover {
	background-color:#41383B;
}

a.button.big {
	padding:3px 8px;
	font-size:1em;
}

input.cs_submit {
	cursor:pointer;
	padding:2px 5px;
}

.xs
{
	width:20px;
}

.s
{
	width:40px;
}

#my_profile .column_extra .cs_form_input input.xxxs {
	width:20px !important;
}

#my_profile .column_extra .cs_form_input input.xxs {
	width:40px !important;
}

input.m {
	width:200px;
}

input.xl {
	width:240px;
}

input.xxl {
	width:320px;
}

select.xxl {
	width:324px;
}

textarea.xxl {
	width:324px !important;
}

textarea.xxxl {
	width:454px !important;
}

input.xxxl {
	width:480px;
}

.hide {
	display:none;
}

.hide1 {
	display:block;
}

