

/* --- COLORS --- */

.lightborder { border:1px solid #d6d6d6 }
.darkborder { border:1px solid #151515 }

.white { color:#fff; }
a.white:hover { color:#f7dada; }
.high { color:#00aeef; }
.light { color:#ddd; }
.light:hover { color:#fff; }
.grey { color:#999; }
.grey:hover { color:#bbb; }
.dark { color:#555; }
.dark:hover { color:#000; }
.primary { color:#bf1e2e; }
.primaryhover { color:#e50017; }
.secondary { color:#000; }

.whitebg { background-color:#fff; }
.lightbg { background-color:#f1f1f1 }
.darkbg { background:#151515; }


/* GENERAL */

html,body{
	margin:0;
	padding:0;
}

body{
	color:#000;
	font: 12px Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	background:#f2eaf4 url(../img/pages/wardrobe/bg.png) left top repeat-x;
}

a {
	color: #db0711;
	text-decoration: none;
	cursor:pointer;cursor:hand;
	outline:none;
}

a:hover {
	color: #ff000c;
	text-decoration:none;
}

a.none {
	color:inherit;
}

img {
	border:0px;
}

th {
	text-align:left;
	white-space:nowrap;
}
td {
	vertical-align:top;
}

h1, h2, h3, h4 { color:#000; font: 27px Tahoma, Helvetica, Arial, sans-serif; font-weight: normal;}

h1 {
	font-size: 27px;
	line-height:28px;
	margin:10px 0 15px 0;
	padding:0;
}

h1.pagetitle { margin:0 0 10px 0; }

h2 {
	font-size: 17px;
	margin: 10px 5px 5px 0px;
}

h3 {
	font-size: 14px;
	line-height:15px;
	margin:0 0 4px 0;
	padding:0;
}

input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	padding:2px;
	border:1px solid #aaa;
}

input:focus, select:focus, textarea:focus {
	border:1px solid #777;
	background:#eff9fa;
}

.inputbox {
	padding:2px 4px;
	background:#def3f5;
	border:1px solid #aaa;
	color:#555;
}

.inputboxfocus {
	padding:2px 4px;
	background:#eff9fa;
	border:1px solid #777;
	color:#555;
}

textarea {
	color:#3d3d3d;
}

ul {
	margin:0 0 10px 0px;
	padding:0 0 0 0;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	margin:0 0 5px 15px;
	padding:0 0 0 0;
}

p {
	margin:0px 0;
}







/* --- CUSTOM TAGS --- */

.rel { position:relative;float:left; }

.clear { clear:both; }

.right { float:right; }

.input { width:120px; }

/*.radio, .checkbox { width:13px;height:13px;position:relative;top:2px; }*/
.radio, .checkbox { border:0; }

.error { color:red; }

.nowrap, .nobreak { white-space:nowrap; }

.clickable { cursor:pointer;cursor:hand; }



/* --- ELEMENTS --- */

#header, #main, #footer, #content, #pagemedia, #wrap {
	width:950px;
	position:relative;
	margin: 0 auto;
}

#content_bg {
	width:100%;
	height:100%;
	background:transparent url(../img/content_bg2.png) center top no-repeat;
}

#wrap {
	border:0px solid #cbcac7;
}

#content{
	position:relative;
	clear:both;
	display:table;
	margin: 0 auto;

}

#header {
	position:relative;
	float:left;
	height:115px;
	background:transparent;
}

#logo {
	margin:25px 0 0 0;
}
#menu_holder {
	position:absolute;
	top:0px;
	right:-5px;
	width:200px;
	height:auto;
	z-index:200;
}
#menu {
	position:relative;
	float:left;
	clear:both;
	width:200px;
	height:auto;
	background:transparent url(../img/menu_bg2.png) 0px 0px no-repeat;
	font-size:20px;
	line-height:40px;
	text-align:left;
	color:#fff;
	overflow:visible;
}
#menu_btn {
	position:relative;
	clear:both;
	top:0px;
	left:0px;
	width:200px;
	height:41px;
	cursor:pointer;cursor:hand;
}
#menu_mask {
	position:absolute;
	top:0;
	left:5px;
	width:190px;
	height:41px;
	background:transparent url(../img/menu_bg2.png) -5px 0px no-repeat;
	overflow:hidden;
}
#menu_content {
	position:relative;
	clear:both;
	top:-147px;
	left:5px;
	width:190px;
	height:0px;
	overflow:hidden;
}
#menu_text {
	position:relative;
	clear:both;
	width:100%;
	height:134px;
	top:8px;
	left:0px;
}
#menu_text a {
	position:relative;
	clear:both;
	display:block;
	font-size:13px;
	line-height:30px;
	font-weight:100;
	font-style:italic;
	color:#ffcdcf;
	padding:0 20px;
	width:auto;
	cursor:pointer;cursor:hand;
}
#menu_text a:hover {
	color:#fff;
}
#fbshare {
	background:url(../img/menu_fbshare.png) 135px 9px no-repeat;
}
#menu_langs {
	position:relative;
	clear:both;
	top:0px;
	left:20px;
	height:27px;
	font-size:10px;
	line-height:27px;
	font-weight:100;
	font-style:none;
}
#menu_langs a {
	position:relative;
	float:left;
	display:block;
	padding:0px 7px;
	color:#ffcdcf;
}
#menu_langs a:hover {
	color:#fff;
}

#menu_langs a.active {
	color:#000;
}
#menu_langs a.active:hover {
	color:#000;
}


#menu_btm {
	position:relative;
	float:left;
	clear:both;
	width:200px;
	height:5px;
	background:transparent url(../img/menu_btm.png) center top no-repeat;
}

#main {
	position:relative;
	float:left;
	clear:both;
	width:950px;
	height:550px;
	overflow:hidden;
	background:#fff;
	color:#464646;
}

#main p {
	line-height:20px;
}

#footer {
	line-height:17px;
	clear:both;
	font-size:10px;
	margin-bottom:0px;
	padding:15px 0px;
	text-align:center;
	color:#777;
}

#footer a {
	color:#777;
}
#footer a:hover {
	color:#444;
}

#footer .triumphlink {
	font-size:14px;
}

#topnavlogin {
	position:absolute;
	top:15px;
	left:350px;
	width:600px;
	z-index:10;
	font-size:11px;
	line-height:30px;
	color:#aaa;
	border:0px solid #fff;
	text-align:right;
}
#usernav {
	position:absolute;
	top:25px;
	left:0px;
	width:600px;
	border:0px solid #fff;
}
#usernav div {
	position:relative;
	float:right;
	margin-left:7px;
}

#pagebody {
	position:relative;
	float:left;
	width:938px;
	height:100%;
	padding:20px;
	margin:10px 0 0 0;
	background:#000;
	border:1px solid #cdd1d5;
	overflow:hidden;
}

/* OTHER */

.mainFormError {
	color:red;
	margin:10px 0 0 0;
}

.formtable td {
	padding-bottom:5px;
	line-height:20px;
}

.description {
	color:#777;
	line-height:14px;
	padding:2px 0px 2px 0px;
}

.formtable input, .formtable select, .formtable textarea {
	font: 12px Arial, Helvetica, sans-serif;
	padding:2px;
	outline:none;
	border:1px solid #aaa;
}
.formtable input {
	border-width:0px;
}
.formtable .input {
	border-width:1px;
	background: #fcfcfc;
}
.formtable input:focus, .formtable select:focus, .formtable textarea:focus {
	background: #fff;
	border-color: #bf1e2e;
	outline:none;
}
.formtable .var, .var {
	white-space:none;
	line-height:20px;
	padding-right:5px;
	font-weight:bold;
}

.submit,.formtable .submit {
	position:relative;
	top:1px;
	font-size:10px;
	font-weight:bold;
	background: #bf1e2e;
	color:#fff;
	border:0px;
	outline:none;
	padding:10px;
	text-transform:uppercase;
}
.submit:hover,.formtable .submit:hover {
	background:#e50017;
	cursor:pointer;cursor:hand;
}
.submit:focus,.formtable .submit:focus {
	background: #e50017;
	outline:none;
	border:0;
}

.hr {
	position:relative;
	float:left;
	height:1px;
	width:100%;
	border-bottom:1px solid #d3d3d3;
	margin:30px 0px 10px 0px;
}





/* --- BUTTONS --- */


/* OVERWRITES */
.checkbox {
	background:transparent;
	border:0px;
}


.biginput {
	width:200px;
	font-size:14px;
}

























