﻿BODY {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;  font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	}

TD { 
	font-family: arial, helvetica, sans-serif;  font-size: 11px; 
	}


br {
	clear: left;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 0px;
	}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


/*
------------------------------------------------------------------------------------------
							Text Links, rollover, and visited
------------------------------------------------------------------------------------------
*/

A {
	text-decoration: none; 
	}
A:link {
	color: #FF0000;  font-family: arial, helvetica, sans-serif; text-decoration: none
	}

A:visited {
	color: #FF0000;  font-family: arial, helvetica, sans-serif; text-decoration: none
	} 

A:active {
	color: #FF0000;  font-family: arial, helvetica, sans-serif; text-decoration: none
	} 

A:hover {
	text-decoration: underline; color: #FF0000
	}
	

/*
------------------------------------------------------------------------------------------
					Main boxes
------------------------------------------------------------------------------------------
*/
#mainAlign {
	text-align: center;
	margin:0 auto;
}

#mainContent {
	position: relative;
	width: 960px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
	border: 1px #ccc solid;
}	


#siteTop {
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
}

#siteTop .left {
	width: 306px;
	float: left;
}

#siteTop .right {
	width: 654px;
	float: left;
}

#siteTop .right .textLogged {
	height: 25px;
	text-align: right;
	font-family: Courier New, Courier, mono;
	color: #666666;
	font-size: 8pt;
}

#siteTop .right .top {
	height: 60px;
}

#siteTop .right .top .buytime {
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
}

#siteTop .right .bot {
	background-color: #333;
	height: 25px;
}


#siteMenu {
	float: right;
	overflow: hidden;
}

#siteMenu .each {
	float: left;
	padding: 5px 15px 0px 10px;
}

#siteMenu .each a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#siteMenu .each a:hover {
	color: #ffff00;
}


/* ---------------------------------- BOTTOM TEXT  ----------------------------- */
#bottomContainer{
	position: relative;
	width: 960px;
	margin:0 auto;
	text-align: center;
}

#bottomContainer .big a {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
}
#bottomContainer .small {
	font-family: arial;
	font-size: 8pt;
}

#bottomContainer .small a {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
}

/* ---------------- Title Models Online Now and Latest Models Online --------------------- */

.titOnline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}


/*
------------------------------------------------------------------------------------------
									Notifier Link
------------------------------------------------------------------------------------------
*/

#titNotifier {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
}

#titNotifier a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

/*
------------------------------------------------------------------------------------------
									Lines
------------------------------------------------------------------------------------------
*/
#mainDivisor {
	margin:0 auto;
	padding: 10px;
	width: 743px;
}

.mainLines {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	border: 0;
}


/*
------------------------------------------------------------------------------------------
		Used on all buttons that are not image, mostly into customers admin
------------------------------------------------------------------------------------------
*/
.BButton
{
    BACKGROUND-COLOR: #efefef;
    BORDER-BOTTOM: 1px solid #FF0000;
    BORDER-LEFT: 1px solid #FF0000;
    BORDER-RIGHT: 1px solid #FF0000;
    BORDER-TOP: 1px solid #FF0000;
    PADDING: 0;
    COLOR: #FF0000;
    CURSOR: hand;
    FONT-FAMILY: verdana, verdana, helvetica;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}


