/* CSS file for Triton Dress up. By Farhan */

body.dressup {
	background: #fff35f url(../gfx/tritondressup/dressup-body-bg.jpg) repeat-x;
	font-family: Arial;
}

body.dressup p {
	font-family: Arial;
	font-size: 12px;
}

body.dressup li {
	font-family: Arial;
	font-size: 12px;
}

body.dressup div#wrap {
	padding: 0 110px; background:#fff35f url(../gfx/tritondressup/triton-dressup-bg.jpg) no-repeat;
}

.entryFormLeft {
	width: 420px;
	float: left;
}

.entryFormLeft .entryFormLeftWrapper {
	height: 30px;
}

.entryFormLeft p {
	margin-bottom: 0;
	line-height: 20px;
}

.entryFormLeft input {
	font-size: 12px;
	font-family: Arial;
	width: 297px;
}

body.dressup input.autoWidth {
	width: auto !important;
}

.entryFormLeft .formLabel {
	width: 97px;
	float: left;
}

.entryFormLeft .formFieldContainer {
	width: 304px;
	float:left;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial;
}

body.dressup   .noBorder {
	border: 0 !important;
}

body.dressup .vaMiddle {
	vertical-align: middle !important;
}

.modelContainer {
	width: 200px;
	float: left;
	font-size: 12px;
	font-family: Arial;
}

.entryFormRight {
	width: 415px;
	float: right;
	font-size: 12px;
}

.entryFormRight .entryFormRightMiddle {
	background: transparent url(../gfx/tritondressup/entryform-right-middle.gif) repeat-y;
	padding: 0 13px;
	width: 389px;
}

.entryFormRight p {
	margin-bottom: 0;
}

.entryFormRight p span.entryformRightNotice {
	color: #F00;
	font-style: italic;
	font-size: 10px;
}

.entryFormRight input {
	width: auto;
	font-size: 14px;
	height: 24px;
	width: 220px;
	font-family: Arial;
}

.entryFormRight .Container {
	height: 30px;
	font-family: Arial;
}

.entryFormRight input.entrySubmit {
	width: 167px;
	height: 38px;
	text-indent: -999px;
	border: none;
	display: block;
	background: transparent url(../gfx/tritondressup/entrySubmit.gif) no-repeat;
	margin: 15px auto 0 auto;
}

.errorRed {
	color: #F00;
}

.boldRed {
	font-family: Helvetica !important;
	font-size: 1em !important;
}

/* tnc styles */

#tncMain li {
	list-style-type: none;
	margin: 5px 0;
}

#tncMain li a {
	color: #000;
	font-weight: bold;
	display: block;
	background:  #cbcbcb url(../gfx/tritondressup/tnc-arrowDown.gif) right no-repeat ;
	padding: 7px 10px;
	cursor: pointer;
	*width: 820px;
}

#tncMain li ul.subList {
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

#tncMain li ul li{
	list-style-type: disc;
	margin-left: 25px;
}

#tncMain .dropdownActive {
	background-image: url(../gfx/tritondressup/tnc-arrowUp.gif) !important;
}

.wrap_content ul.faqUl li {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	margin-left: 18px;
	list-style-type: disc;
}