/* DEFAULT TAGS */

* {
    padding: 0px;
    margin: 0px;
}

body {
	background-color: #3B3B3B;
	font-family: Helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
	height: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: Palatino Linotype, Palatino;
}

input, textarea, select, option {
    font-family: Helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #666;
}

p {
    margin-bottom: 15px;
}

img {
    border: 0px;
}

#clearBox {
     clear: both; 
     height: 50px;
}

/* FORM */

input[type='text'], input[type='password'], textarea, select {
    border: 1px solid #949494;
    padding: 3px;
}

input[type='submit'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    cursor: pointer;
    border: 1px solid gray;
    background: #0590C4;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
}

input[type='submit']:hover {
    background: #25B0E4;
}



/* LINKS */

a, a:visited {
	color: #0590C4; 
	text-decoration: underline;
}

a:hover {
	color: #670000;
}



/* LAYOUT */

div#content {
	margin: auto;
	width: 919px;
	padding: 15px;
	background-color: #FFF;
	position:relative;
}

.column-left {
	width: 610px;
	float: left;
}

.column-right {
	width: 285px;
	float: right;
    z-index: 100000;
}



/* UN-ORDERED LIST */

ul {
    list-style-type: none;
}

ul.bullet, .bullet ul {
    list-style-type: disc;
    margin-left: 15px;
}



/* MISC */

.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}

/* site tabs */
#site_tabs {
	
	height: 35px;
	width: auto;
    background-image: url(/images/bgbar.jpg);
    background-repeat: repeat-x;
	border-bottom: 2px solid #8E8D8D;
    background-color: #ffffff;
	margin: 0;
	padding: 0px;
    font-size: 12px;
}

#site_tabs div.tabs_container {
	width: 977px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
    background: transparent;
}


#site_tabs span.sites {
	width: auto;
	float: left;
	margin-left: 30px;
	padding-top: 11px;
    margin-bottom: -5px;
}

html>body #site_tabs span.sites {
	width: auto;
	float: left;
	margin-left: 30px;
	padding-top: 11px;
	*margin-bottom: -2px;
}

#site_tabs span.sites img {
	padding-left: 5px;
	position: relative;
	z-index: 9999;
}

#site_tabs span.tabs_link {
	width: auto;
	float: right;
	padding-right: 30px;
	padding-top: 12px;
	text-align: right;
}

#site_tabs span.tabs_link a {
	color: #444;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#site_tabs span.tabs_link a:hover {
	color: #000;
}

#site_tabs span.login a:hover {
	color: #000;
}

/* HEADER */

div#header {
    position: relative;
	width: 919px;
	margin: -10px 0 0 0;
	border: 0px solid #ffffff;
	z-index: 2;
}

div#header p#intro {
	text-align: right;
	font-size: 12px;
	color: #C2C2C2;
	margin: 0 0 10px 0;
}

div#header p#intro img {
	margin: 0 0 0 10px;
}

div#header div#nav-left {
	position: relative;
	z-index: 2;
	width: 370px;
	height: 47px;
	float: left;
	text-align: right;
}

div#header div#nav-left ul#list-nav-left {
	position: absolute;
	z-index: 3;
	list-style: none;
	bottom: -1px;
	right: 10px;
	background-color: #FFF;
}

div#header div#nav-left ul#list-nav-left li {
	font-size: 12px;
	padding: 3px;
	color: #5B5B5B;
	cursor: pointer;
}

div#logo {
	position: relative; 
    float: left;
    width: 350px;
	z-index: 0;
    border: 0px solid #000000;
}

div#tl-logo-text {
    position: relative; 
    float: right; 
    width: 180px;
    height: 50px;
    border: 0px solid #000000;
    padding: 35px 0px 0px 0px;
    margin-right: 10px;
} 

div#fb-share {
    position: relative; 
    float: right; 
    width: 20px;
    height: 27px;
    border-left: 1px solid #bdbdbd;
    margin: 40px 0 0 0;
    padding-left: 10px;
    padding-top: 8px;
} 

html>body div#fb-share {
    position: relative; 
    float: right; 
    width: 20px;
    height: 27px;
    border-left: 1px solid #bdbdbd;
    margin: 40px 40px 0 0;
    padding-left: 10px;
    padding-top: 8px;
} 

div#sale-bar-module {    
     position: relative; 
     float: right; 
     width: 280px; 
     padding: 40px 0px 0px 0px;
     margin-right: 10px;
     overflow: visible;
     z-index: 10000;
     border: 0px solid #000000;
     
}

div#sale-bar-module ul#navbar {
    position: absolute;
    display: inline-block; 
    color: #808080;
    z-index: 10000;
}

div#sale-bar-module ul#navbar li.navbar-li-current {
    position: relative;
    font-family: Helvetica, arial, sans-serif; 
    font-size: 15px; 
    float: left; 
    display: inline-block; 
    border-right: 1px solid #bdbdbd;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;     
    padding: 5px 15px 0px 15px; 
    line-height: 14px;
    height: 28px;
    cursor: pointer;
    background-color: #ffffff;
    color: #808080;
    z-index: 10000;
}

div#sale-bar-module ul#navbar li.navbar-li-current a {
    color: #6f6f6f;
    text-decoration: none;
    
}

div#sale-bar-module ul#navbar li.navbar-li-current a:active {
    color: #6f6f6f;
    text-decoration: none;
    
}

div#sale-bar-module ul#navbar li.navbar-li-current a:hover {
    text-decoration: none;
    
}

div#sale-bar-module ul#navbar li.navbar-li-current:hover {
    display: inline-block; 
    color: #670000;
}

div#sale-bar-module ul#navbar li.navbar-li-current-hover {
    color: #670000;
    position: relative;
    font-family: Helvetica, arial, sans-serif; 
    font-size: 15px; 
    float: left; 
    display: inline-block; 
    border-right: 1px solid #6F6F6F;
    border-top: 1px solid #6F6F6F;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #6F6F6F;     
    padding: 5px 15px 10px 15px; 
    line-height: 14px;
    height: 28px;
    cursor: pointer;
    background-color: #ffffff;
    z-index: 10000;
}

div#sale-bar-module ul#navbar li.navbar-li-current-hover a {
    text-decoration: none;
    color: #670000;
}


div#sale-bar-module ul#navbar li.navbar-li-upcoming {
    position: relative;
    font-family: Helvetica, arial, sans-serif; 
    font-size: 15px; 
    float: left; 
    display: inline; 
    border-right: 1px solid #bdbdbd;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff; 
    padding: 5px 15px 0px 15px; 
    line-height: 14px;
    height: 28px;
    cursor: pointer;
    background-color: #ffffff;
    color: #808080;
    z-index: 10000;
}

div#sale-bar-module ul#navbar li.navbar-li-upcoming a {
    color: #6f6f6f;
    text-decoration: none;
    
}

div#sale-bar-module ul#navbar li.navbar-li-upcoming a:active {
    color: #6f6f6f;
    text-decoration: none;
    
}

div#sale-bar-module ul#navbar li.navbar-li-upcoming a:hover {
    text-decoration: none;
    
}

div#sale-bar-module ul#navbar li.navbar-li-upcoming:hover {
    color: #670000;
}

div#sale-bar-module ul#navbar li.navbar-li-upcoming-hover {
    color: #670000;
    position: relative;
    font-family: Helvetica, arial, sans-serif; 
    font-size: 15px; 
    float: left; 
    display: inline-block; 
    border-right: 1px solid #6F6F6F;
    border-top: 1px solid #6F6F6F;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #6F6F6F;     
    padding: 5px 15px 10px 15px; 
    line-height: 14px;
    height: 28px;
    cursor: pointer;
    background-color: #ffffff;
    z-index: 10000;
}

div#sale-bar-module ul#navbar li.navbar-li-upcoming-hover a {
    text-decoration: none;
    color: #670000;
}

div#sale-bar-module ul#navbar li#navbar-li-invite {
    position: relative;
    font-family: Helvetica, arial, sans-serif; 
    font-size: 15px;
    color: #0590C4; 
    float: left; 
    display: inline; 
    border-right: 1px solid #bdbdbd;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff; 
    padding: 5px 15px 0px 15px; 
    line-height: 14px;
    cursor: pointer;
}

div#sale-bar-module ul#navbar li#navbar-li-invite:hover {
    color: #670000;
}

div#current-sale-text {
    position: relative;
    font-family: Helvetica, arial, sans-serif; 
    font-size: 15px;
    color: #808080; 
    display: inline; 
    z-index: 1000;
}

/* current sale drop down */

#list-sale-bar {
    position: absolute;
    top: 87px;
    left: 0px;
    width: 260px;
    list-style: none;
    padding: 10px;
    border: 1px solid #6F6F6F;
    background-color: #FFF;
    display: none;  
    z-index: 900;
}

html>body ul#list-sale-bar {
    position: absolute;
    top: 84px;
    left: 0px;
    width: 260px;
    list-style: none;
    padding: 10px;
    border: 1px solid #6F6F6F;
    background-color: #FFF;
    display: none;  
    z-index: 9000;
}

ul#list-sale-bar li {
    font-size: 12px;
	text-align: left;
    height: 45px;
 	padding: 0 0 10px 0;
    clear: both;
	line-height:1.3;
	z-index: 90000;
	display: inline-block;
}

ul#list-sale-bar li a {
    color: #6F6F6F;
    text-decoration: none;
}

ul#list-sale-bar li a img {
   	position: relative;
    float: left;
    width: 80px;
	height: 47px;
	border: 1px solid #7f756b;
	cursor: pointer;
    margin-right: 5px;    
}

ul#list-sale-bar li a:hover {
    color: #670000;
    text-decoration: underline;
}

ul#list-sale-bar li {
    z-index: 99900;
	display: inline-block;
}

ul#list-sale-bar li.last {
	padding: 0;
}

/* end current sale drop down */

/* comming soon sale drop down */

#list-sale-bar-comming {
    position: absolute;
    top: 87px;
    left: 0px;
    width: 260px;
    list-style: none;
    padding: 10px;
    border: 1px solid #6F6F6F;
    background-color: #FFF;
    display: none;  
    z-index: 9000;
}

html>body ul#list-sale-bar-comming {
    position: absolute;
    top: 84px;
    left: 0px;
    z-index: 25000;
    width: 260px;
    list-style: none;
    padding: 10px;
    border: 1px solid #6F6F6F;
    background-color: #FFF;
    display: none;
    z-index: 9000;  
}

ul#list-sale-bar-comming li {
    font-size: 12px;
	text-align: left;
    height: 45px;
 	padding: 0 0 10px 0;
    clear: both; 
	line-height:1.3;
}

ul#list-sale-bar-comming li a {
    color: #6F6F6F;
    text-decoration: none;
}

ul#list-sale-bar-comming li a img {
   	position: relative;
    float: left;
    width: 80px;
	height: 47px;
	border: 1px solid #7f756b;
	cursor: pointer;
    margin-right: 5px; 
}

ul#list-sale-bar-comming li a:hover {
    color: #670000;
    text-decoration: underline;
}

ul#list-sale-bar-comming li {
    z-index: 25000;
}

ul#list-sale-bar-comming li.last {
	padding: 0;
}

/* end comming soon sale drop down */

div#sale-bar {
	position: relative;
	z-index: 10000;
	height: 75px;
	float: right;
    border: 0px solid #6F6F6F;
}

div#sale-bar div ul {
	margin: 0 8px 0 0;   
}

/* TERMS & CONDITION */
div.terms-conditions {
	padding: 0;
	margin: 20px 0 20px 0;
}
div.terms-conditions ul li {
	margin: 0 0 5px 0px;
	font-size: 14px;
    color: #444444;
}
div.terms-conditions h3 {
	font-family: Helvetica, arial, sans-serif;
	color: #0590C4;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}


/* FOOTER */

div#footer {
	position: relative;
	margin: auto;
    margin-top: 10px;
	margin-bottom: 40px;
	width: 919px;
	padding: 15px;
	font-size: 12px;
	color: #B1B1B1;
}

div#footer .footer1 {
    position: relative; 
    float: left;
    height: 25px; 
    line-height: 12px; 
    width: 135px;
    top: 0px; 
    border: 0px solid #ffffff; 
}

div#footer .footer2 {
    float: left;
    height: 25px;
    padding-top: 2px; 
    padding-left: 10px;
    border: 0px solid #ffffff; 
}

div#footer .social-plugins {
position: relative; 
float: right; 
top: -13px; 
right: 250px; 
display: block; 
width: 60px; 
border: 0px solid #ffffff;

}

html>body div#footer .social-plugins {
position: relative; 
float: right; 
top: -13px; 
right: 250px; 
display: block; 
width: 60px; 
border: 0px solid #ffffff;

}

*:first-child+html div#footer .social-plugins {
    position: relative; 
    float: right; 
    top: -13px; 
    right: 250px; 
    display: block; 
    width: 60px; 
    border: 0px solid #ffffff; 
    overflow: visible;
      
}

div#footer .social-plugins2 {
    position: relative; 
    float: right; 
    top: 0px; 
    right: 265px; 
    display: block; 
    border: 0px solid #ffffff;
    width: 225px;
    height: 25px;
    /*display: none;*/
}

html>body div#footer .social-plugins2 {
    position: relative; 
    float: right; 
    top: 0px; 
    right: 265px; 
    display: block; 
    border: 0px solid #ffffff;
    width: 225px;
    height: 25px;
    /*display: none;*/
}

*:first-child+html div#footer .social-plugins2 {
    position: relative; 
    float: right; 
    top: 0px; 
    right: 265px; 
    display: block; 
    border: 0px solid #ffffff;
    width: 225px;
    height: 25px;
    /*display: none; */   
}

div#footer a {
	color: #B1B1B1;
}

div#footer span#f-outro {
	margin: 0 30px 0 0;
}

div#footer span.f-links-about-us {
	margin: 0 10px 0 10px;
}

div#footer span.f-links-faqs {
	margin: 0 10px 0 10px;
}

div#footer span.f-links-contact-us {
	margin: 0 10px 0 10px;
}

div#footer span#f-share {    
    font-size: 11px;
    color: #b2b2b2;
	margin: 0 0 0 0;
}

div#footer span#f-share img {    
	/*vertical-align: middle;*/
}

div#footer p#footer-links {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 11px;
	color: #7D7D7D;
    text-align: right;
    line-height: 14px;
    border: 0px solid #ffffff;
    height: 30px;
}

div#footer p#footer-links a {
	font-size: 11px;
    color: #7D7D7D;
}


/* global splash boxes */

div.splash-top {   
   width: 280px;
   height: 30px;
   padding: 0px;
   background-color: transparent; 
}

div.splash-middle {   
   width: 280px;
   padding: 0px;
   background-color: transparent; 
}

div.splash-bottom {
   width: 280px;
   height: 30px;
   padding: 0px;
   background-color: transparent; 
}


html>body div.splash-top {   
   width: 350px;
   height: 30px;
   padding: 0px;
   background-image: url(/images/splash-box-top.png);
   background-repeat: no-repeat;
   background-color: transparent; 
}

html>body div.splash-middle {   
   width: 350px;
   padding: 0px;
   background-image: url(/images/splash-box-mid.png);
   background-repeat: repeat-y;
   background-color: transparent; 
}

html>body div.splash-bottom {
   width: 350px;
   height: 30px;
   padding: 0px;
   background-image: url(/images/splash-box-bottom.png);
   background-repeat: no-repeat; 
   background-color: transparent;
}


/* OVERLAY */

.ui-dialog .ui-dialog-content {
    overflow: visible;
    z-index: 999999;
}

.ui-dialog {
    background: #E1E0E1;
    border: 3px solid black;
    padding: 10px;
    z-index: 999999;
}

.ui-dialog h2 {
    font-family: Palatino Linotype, Palatino;
	font-size: 25px;
    font-weight: normal;
	color: #0590C4;
    margin-top: 15px;
    margin-bottom: 40px;        
}

.ui-dialog-error {
	color: #670000;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-widget-overlay {
    background: black;
}

.dialog-close {
    position: relative;
    top: -18px;
    left: 27px;
    float: right;
    background: black;
}

.dialog-close a {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.dialog-close a:hover {
    color: #0590C4;
}

.joinWithLL {
	color: #5C5D61;
	font-weight: bold;
}

div#module-overlay-back {
	display: none;
	background: #000;
	position: fixed;
	top: 0; left: 0;
	*position: absolute;
	*top: expression( (( t=document.documentElement.scrollTop) ? t: document.body.scrollTop) +'px');
	width: 100%; height: 100%;
	opacity: .60;
	filter: alpha(opacity=60);
	z-index: 100003;
	margin: 0px;
	padding: 0px;
}
div#module-overlay-body {
	display: none;
	background: #fff;
	padding: 20px;
	font-size: 1.2em;
	position: fixed;
	top: 10%; left: 30%;
	*position: absolute;
	*top: expression( (( t=document.documentElement.scrollTop) ? t: document.body.scrollTop) +'px');
	*margin-top: 40px;
	z-index: 100004;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	border: 10px solid #595959;
	width: 540px;
	color: black;
}
div#module-overlay-body .close-link {
	float: right;
	font-size: 12px;
}
div#module-overlay-body p {
	font-size: 15px;
}

div#overlay-container {
	position: absolute;
	top: 0px;
	left: 0px;
	*top: expression( (( t=document.documentElement.scrollTop) ? t: document.body.scrollTop) +'px');
	*margin-top: 40px;
	z-index: 100004;
	width: 100%;
	height: 100%;
}

.shadow-box-top {
	width: 798px;
	height: 29px;
	background: url('/images/shadow-box-top.png') no-repeat;
}
.shadow-box-middle {
	width: 798px;
	background: url('/images/shadow-box-middle.png') repeat-y;
}
.shadow-box-bottom {
	width: 798px;
	height: 29px;
	background: url('/images/shadow-box-bottom.png') no-repeat;
}

.discus-header {
	font-family: Palatino;
	font-size: 24px;
	color: #0590C4;
	padding:0px;
	margin:0px;
}

.discus-container {
	border: 1px #CCCCCC solid;
	padding:15px;
}


