/* This Style sheet was made by aran @ studio7designs.com  if you have any questions please email me or visit http://www.studio7designs.com */

*{border:0;margin:0;padding:0;} 

body{
    font-family: trebuchet ms,verdana, arial, tahoma;
	font-family1: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 14px; 
	color: #616161;
	background-color: #ffffff;
	xline-height: 98%;
	margin-top: 0px;
}

strong{
	font-weight:bold;
	color:#383838 ;
}

#border_small{
	border: 0px ;
	width: 770px;
	background-color: #FFFFFF;
	background:url('img/backround_small.gif') no-repeat;
	margin: 0 auto;
}

#border_big{
	border: 0px ;
	width: 770px;
	background-color: #FFFFFF;
	background:url('img/backround_big.gif') no-repeat;
	margin: 0 auto;
}

#header_banner_100{
	width:743px;
	height:100px;
	margin-left:-2px;
	*margin-left:0px;
	margin-bottom:0px;

}


#header{
	height: 120px;
	width:743px;
	margin-left:-2px;
	background-image:url('img/header_small.jpg');
	xoverflow: hidden  ;
}


* html #header { margin-left: 0; }

#container{
	width: 740px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 0px solid;
}

#content{
	max-width: 740px;
	padding: 3 5 3 3 ;
	*padding:2 2 2 3 ;
	background-color: #FFFFFF;
	text-align:center ;
}

* html #content {height:1%}
* > html #content {height:auto}

.splitcenter {
	background: #ffffff;
	width: 100%;
	text-align: center;
	padding: 1 3 1 1;
	*padding:0 0 0 0 ;
}
.splitcenter table{
	text-align:left ;
}
.menu_adv_count{
	width:174px ;
	display: block;
	position:relative;
	top:0px ;
	text-align: right;
}

.login_nologed {
	position:relative;
	display:block ;
	width: 28%;
	float: right;
	overflow: hidden;
	text-align: center;
	margin-top:-27px;
	*top:-40px;
	*margin-bottom:-40px;
}
.login_loged {
	position:relative;
	display:block ;
	width: 28%;
	float: right;
	overflow: hidden;
	text-align: center;
	padding-top: 10px ;
	text-align:center ;
	margin-top:-15px;
	margin-top:-25px\9;
	top:-20px;
	*top:-45px;
	*margin-bottom:-45px;
}
.rss {
	position:relative;
	display:block ;
	top:97px ;
	color:#e47234 ;
	font-size: 18px;
	font-weight: bold;
	height:0px;
	text-align:right;
	padding-right: 20px;
}

.banner_vertical_left {
	position:absolute;
	display:block;
	top: -135px;
	left: -80px ;
	topik:-135px ;
	*topik:-135px ;
	leftik:-450px;
}

.search {
	position:relative;
	display:block ;
	top:27px ;
	*top:5px ;
	left:-25px;
}

.states {
	position:relative;
	display:block ;
	top:-18px ;
	*top:-42px ;
	left:-65px;
	height:18px;
}
.states img{
	height:19px ;
}

.splitleft {
	background: #ffffff;
	margin:auto;
	width: 65%;
	float: left;
	overflow: hidden;
	text-align: justify;
}




/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer{
	text-align: center;
	height: 45px;
	background-color: #E7F2FE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#footer a:link, a:visited{
	color: #324b73;
}

#footer a:hover, a:active{
	color: #616161;
}

a:active,
a:visited,
a:link	    			{ color: #324b73; text-decoration: none; }
a:hover					{ color: #616161; text-decoration: none; }

/* ~~~~~~~~~ MENU ~~~~~~~~~ */
	
#menu {
	position: relative;
	font-family: trebuchet ms,verdana, arial, tahoma;
	top: 0px;
	left: 8px;
	width: 100%;
	font-size: 13px;
	margin: 0;
	line-height:normal;
	height: 25px;
}
#menu li {
   float:left;
	display:inline;
   margin:0;
	padding:0;
}
#menu li dt {
	margin:0;
	padding:0;
}
#menu li dt a {
      float:left;
      background:url(img/menuleft_d.gif) no-repeat left bottom;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
		cursor:pointer ;
}
#menu li dt a span {
      float:left;
      display:block;
      background:url(img/menuright_d.gif) no-repeat right bottom;
      padding:5px 15px 4px 6px;
      color: #324b73;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu dt a span {float:none;}
/* End IE5-Mac hack */
#menu dt a:hover span {
	color: #324b73;
}
#menu dt a:hover {
	background-position:0% -15;
}
#menu dt a:hover span {
	background-position:100% -15;
}


#menu dd {
	margin:0; 
	padding:0; 
}
#menu li dd {
	display:none;
	position:absolute;
	top:41px;
	top:45px\9;
}
#menu li dd div{
	position:relative;
	height:23px;
	padding:0 0 0 4px;
	text-align:center;
	width:180px;
	background:url(img/menu_item_right.gif) no-repeat right top;
	top:-20px;
}
#menu li dd div a{
	cursor:pointer ;
}
#menu li dd div a span{
	position: absolute;
	left:0 ;
	background:url(img/menu_item_left.gif) no-repeat left top;
	height:23px;
	text-align:left;
	padding: 2px 15px 4px 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu dd a span {float:none;}
/* End IE5-Mac hack */
#menu dd a:hover span {
	color: #324b73;
}
#menu li dd div:hover {
	background1:url(img/menu_item_right_h.gif) no-repeat right top;
	font-weight: bold;
}
 #menu li dd a:hover span {
  background1:url(img/menu_item_left_h.gif) no-repeat left top;
  font-weight: bold;
  color: #324b73;
 }

#menu li a:hover {border:0;}
#menu1 li:hover dd, #menu li a:hover dd {display:block;}
#menu1 table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}

#menu p {
	position:absolute;
	top:2;
	left:150;
	width:40;
}

/* ~~~~~~~~~ CONTENT MENU ~~~~~~~~~ */
	
#content_menu {
	position: relative;
	font-family: trebuchet ms,verdana, arial, tahoma;
	top: 0px;
	left: 8px;
	width: 100%;
	font-size: 13px;
	margin: 0;
	line-height:normal;
	height: 25px;
}
#content_menu li {
   float:left;
	display:inline;
   margin:0;
	padding:0;
}
#content_menu li dt {
	margin:0;
	padding:0;
}
#content_menu li dt a {
      float:left;
      background:url(img/menu_item_left.gif) no-repeat left bottom;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
		cursor:pointer ;
		z-index:20000;
}
#content_menu li dt a span {
      width:115px;
		*width:135px;
		text-align:center;
		float:left;
      display:block;
      background:url(img/menu_item_right.gif) no-repeat right bottom;
      padding:5px 15px 4px 6px;
      color: #324b73;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#content_menu dt a span {float:none}
/* End IE5-Mac hack */
#content_menu dt a:hover span {
	color: #324b73;
}


#content_menu dd {
	margin:0; 
	padding:0; 
}
#content_menu li dd {
	display:none;
	position:absolute;
	text-align:center;
	width:140px;
	top:29px;
	*top:47px;
}
#content_menu li dd div{
	position:relative;
	height:23px;
	padding: 0px 0px 0px 4px;
	*padding: 0px 0px 0px 4px;
	text-align:center;
	background:url(img/menu_item_right.gif) no-repeat right top;
	top:-20px;
}
#content_menu li dd div a{
	cursor:pointer ;
	z-index: 20000 ;
	width:160px;
	*width:140px;
	text-align:center;
	padding: 2px 0px 0px 0px;
	line-height: 150%;
	*line-height: normal ;
}
#content_menu li dd div a span{
	position: absolute;
	left:0 ;
	background:url(img/menu_item_left.gif) no-repeat left top;
	height:23px;
	text-align:center;
	padding: 0px 15px 4px 6px;
	*margin-top:-2px ;
	z-index:10000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#content_menu dd a span {float:none;}
/* End IE5-Mac hack */
#content_menu dd a:hover span {
	color: #324b73;
}
#content_menu li dd div:hover {
	font-weight: bold;
}
 #content_menu li dd a:hover {
  font-weight: bold;
  color: #324b73;
 }

#content_menu li a:hover {border:0;}
#content_menu1 li:hover dd, #content_menu li a:hover dd {display:block;}
#content_menu1 table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}

#content_menu p {
	position:absolute;
	top:2;
	left:150;
	width:40;
}

/* ~~~~~~~~~ Icon ~~~~~~~~~ */	
div.icon{
	width:132px;
	height: 230px;
	cursor:pointer ;
	overflow-y: hidden;
	overflow-x: hidden;
	padding:0px 0px;
	background: url(img/icon.gif) no-repeat;
	text-align:center;
	color: #616161;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
	letter-spacing:0px;
	position:relative ;
}
span.vip_icon{
	position: absolute;
	display:block ;
	*top:18px;
	top:15px ;
	left:5px;
	color:red ;
	font-size: 11px;
	font-weight: bold;
	height:0px;
}

span.video_icon{
	position: absolute;
	display:block ;
	*top:18px;
	top:15px ;
	left:92px;
	color:red ;
	font-size: 11px;
	font-weight: bold;
	height:0px;
}

span.phorum_icon{
	position:relative;
	display:block ;
	top:-29px ;
	left:12px;
	*left:6px;
	color:red ;
	font-size: 10px;
	font-weight: bold;
	height:0px;
}
/* ~~~~~~~~~ Statistics ~~~~~~~~~ */
div.statistics{
  border: 1px solid Black;
  background-color: #f3f3f3 ;
  width: 88px ;
  height: 58px ;
  font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
}
div.statistics_head{
	background-color: #99CBFE;
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:10px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color:black ;
	overflow-y: hidden;
	border: 0 ;
}
.statistics_body{
	font-size: 9px;
	font-weight: normal;
	color: black;
	font-weight: bold;
	border: 0 ;
	height:10px;
}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    

h1{
	font-size: 22px;
	font-weight:bold;
}

h2{
	font-size: 18px;
	font-weight: normal;
}

h3{
	color: #324b73;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:0.8em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}

/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/

.small{
	font-size: 11px;
	font-weight: normal;
}
.smallbold{
	font-size: 11px;
	font-weight: bold;
}
.smallred{
	font-size: 11px;
	font-weight: normal;
	color: Red;
}
.smallredbold{
	font-size: 11px;
	font-weight: bold;
	color: Red;
}
.smallgreen{
	font-size: 11px;
	font-weight: normal;
	color: #007D01;
}

.small_title{
	font-size: 12px;
	font-weight: normal;
	background-color: #D9DFE3;
}

.moretext{
	font-size:13px;
}

.normal{
	font-size: 16px;
	font-weight: normal;
}
.index_news{
	font-size: 16px;
	text-aling:left;
}
.index_news span{
	font-weight:bold ;
	text-decoration: underline;
}
.index_news a{
	font-weight:bold ;
	text-decoration: underline;
}
.normalblue{
	font-size: 16px;
	font-weight: normal;
	background-color: #D9DFE3;
}
.normalredbold{
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.normalred{
	font-size: 16px;
	font-weight: normal;
	color: red;
}
.normalbold{
	font-size: 16px;
	font-weight: bold;
}

.big{
	font-size: 18px;
	font-weight: normal;
}
.bigbold{
	font-size: 18px;
	font-weight: bold;
}
.bigredbold{
	font-size: 18px;
	font-weight: bold;
	color: red;
}
.do_not_show{
	height:0px;
	overflow: hidden;
	display: none;
}


/* ~~~~~~~~~ Tabulky ~~~~~~~~ */
.list{
	width: 100%;
	font-size: 11px;
	background-color: #D9DFE3;
	z-index: 10 ;
	padding:0px;
}
.list_nc{
	width: 100%;
	font-size: 11px;
	z-index: 10 ;
	padding:0px;
}
.list_title{
	height:25px;
	background-color: #E4EBF0;
	font-weight: bold ;
	text-align: center ;
}
.list_title td{
	padding: 0 2 0 2 ;
	font-size: 11px ;
	font-weight: bold ;
	color: #324b73;
}
.white{
	background-color: #FFFFFF ;
	z-index: 20 ;
}
.nowhite{
	background-color: #F8F8F8;
	z-index: 20 ;
}
.white td{
	padding: 0 2 0 2 ;
}
.nowhite td{
	padding: 0 2 0 2 ;
}
div.detail_head{
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	background: url(img/detail_top.gif) no-repeat ;
	padding: 0;
	margin: 0 ; 
	overflow-x: hidden;
	overflow-y: hidden;
}
div.detail{
	width: 100%;
	height: 220px;
	font-size: 10px;
	font-weight: normal;
	background: url(img/detail_bottom.gif) no-repeat ;
	padding: 0;
	margin: 0 ;
	vertical-align: top;
	overflow-x: hidden;
	overflow-y: hidden;
}



/* ~~~~~~~~~ Inputs ~~~~~~~~~ */
input{
	background-color: white ;
	border: 1px solid #9EAFBF;
	color: color: #616161;
	width:200;
	margin: 1 0 0 1;
}
select{
	background-color: white ;
	border: 1px solid #9EAFBF;
	width:200;
	color: color: #616161;
	margin:0;
}
textarea{
	background-color: white ;
	border: 1px solid #9EAFBF;
	color: color: #616161;
	margin:1;
}

.button {
	font-size:9pt;
   font-weight:bold;
   background-color:#336699;
   border-color: #336699;
   border-style: outset;
   border-width:2px;
   color:#FFFFFF; 
	cursor:pointer ;
	width:150px ;
	margin: 1 2 0 2;
}
 

.button a:link,
.button a:visited{
		color:#FFFFFF; 
		font-weight:bold;
}
.button a:hover,
.button a:active  {
	border-style: inset;
}

.button:active  {
	border-style: inset;
}

.forms table tr{
	vertical-align: middle;
	padding: 0 ;
}

.pagenr{
	padding:2 2 2 2;
	font-size:13px;
	text-decoration: none;
	text-align: center ;
	width:18px;
	height: 35px ;
}
.pagenr 
	a:active,
	a:link{ 
		color: #324b73; 	 	
}
.pagenr a:hover{ 
		color: #324b73; 
		font-weight: bold;
		font-size:15px;
}
.pagenr a:visited{ 
		color:#616161; 
		font-size:13px;
}

div.moretext{
	text-align:left;
	width:90%;
	font-size:13px;
	text-align: justify;
}
div.release{
	text-align:left;
	width:650;
}

.border {
	border-collapse: collapse;
	border: 1px solid #D9DFE3;
}
.border td {border: 1px solid #D9DFE3;}

.userlink{
	cursor: pointer;
	color: #324b73; 
	
}

/*~~~~~~~~~ POPUPS ~~~~~~~~~~~~~~~~~~*/



div.layer_help {
	position: absolute;
	background: url(img/help.gif) no-repeat ;
	width: 200px;
	height: 100px;	
	z-index: 11000;
	padding: 0 0 0 0;
	display: none;
	overflow-x: hidden;
	overflow-y: hidden;
	table-layout: fixed;
}
div.layer_inner {
	width:98%;
	*width:100%;
	height: 98%;
	*height:100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 1 2 2 2;
	margin:0 0 0 0 ;
}
div.layer_inner div{
	line-height:0.99em;
	line-height:0.95em\9;
}
div.layer_inner p{
	padding:0px; 
	margin:0px;
	text-align:right;
	cursor:pointer;
	font-size: 11px;
	font-weight: normal;
}
div.layer_user {
	position: absolute;
	background: url(img/user.gif) no-repeat ;
	width: 300px;
	height: 170px;	
	z-index: auto;
	padding: 0 0 0 0;
	display: none;
	overflow-y: auto;
	xtable-layout: fixed;
	z-index:11000;
}
div.premiumsms{
  position: absolute;
  margin-left: -210px;
  background: url(img/dialog_sms.gif) no-repeat ;
  left: 50%;
  width: 420px;
  height: 350px;  
  text-align: justify;
  padding: 0 0 0 0 ;
}
div.payment_sms{
  margin:0 auto;
  margin-top: 30px;
  background: url(img/dialog_sms.gif) no-repeat ;
  width: 420px;
  height: 350px;  
  text-align: justify;
  padding: 0 0 0 0 ;
}
div.smshead{
	background: url(img/dialog_smshead.gif) no-repeat ;
	font-size: 20px;
	font-weight: bold ;
	margin: 0 0 0 0;
	padding:5 5 5 5;
	text-align: center;
}

div.center{
  position: absolute;
  background: url(img/dialog.gif) no-repeat ;
  left: 50%;
  width: 500px;
  height: 250px;
  margin-left: -250px;
  text-align: justify;
  padding: 0 0 0 0 ;
}
div.centerhead{
	background: url(img/dialog_head.gif) no-repeat ;
	font-size: 20px;
	font-weight: bold ;
	margin: 0 0 0 0;
	padding:5 5 5 5;
	text-align: center;
}
table.buttons{
	position:absolute ;
	width:100%;
	top: 200px ;
}

div.popup.h0{
	padding:10 10 10 10;
}

div.popup_h1{
	padding:10 10 10 10;
	width:100%;
	height:60%;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

div.popup_inner1{
	padding:5 5 5 5;
	width:90%;
	text-align:justify
}

div.popup_inner2{
	padding:5 5 5 5;
	width:100%;
	height:10%;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

div.adtext{
   background-color: #F7F7F7;
	height: 120px;
	width: 98%;
	overflow-y: auto;
	font-size: 11px;
	font-weight: normal;
	padding: 5 5 5 5;
	margin: 5 5 5 5;
	border: 1px inset;
}
div.index_banner_eqs{
  position: absolute;
  border: 2px solid #324b73;
  background-color: #EDF2F6;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 420px;
  margin-top: -230px;
  margin-left: -300px;
  text-align: justify;
  padding: 0 0 0 0;
}	 
div.index_banner_csio1{
  position: absolute;
  border: 2px solid #324b73;
  background-color: #EDF2F6;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 550px;
  margin-top: -290px;
  margin-left: -300px;
  text-align: justify;
  padding: 0 0 0 0;
}	
div.bannerhead{
	background: #C1CED5;  ;
	font-size: 20px;
	font-weight: bold ;
	margin: 0 0 0 0;
	padding:5 5 5 5;
	text-align: center;
}
.cpYearNavigation,.cpMonthNavigation { background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#000000; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { font-family:arial; font-size:8pt; }
TD.cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
.cpOtherMonthDate { color:#808080; }
TD.cpCurrentDate { color:white; background-color: #C0C0C0; border-width:1px; border:solid thin #800000; }
TD.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }
TD.cpTodayText, TD.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled { height:20px; }
A.cpTodayText { color:black; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #808080; }


/* -- SWFUpload Object Styles ------------------------------- */
.greenBorder {border: 1px solid green;} /* just borders to see it */

.upload_content { 
	width: 590px; 
	text-align: center ; 
	margin:0 auto;
	padding-top:10px;
}

.fieldset {
	border:  1px solid #afe14c;
	margin: 0 auto;
	margin-top:20px;
	padding: 5px 10px;
	border-color: #D9E4FF;
}
.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -15px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

.swfupload {
	vertical-align: top;
}

.fieldset img{
	border: 0px ;
	height: 50px;
}

.innercontent{
	text-align:justify; 
	line-height:99%; 
	overflow: hidden;
	margin: 0 auto;
}
.innercontentVIP{
	text-align:justify; 
	overflow: hidden;
	margin: 0 auto;
}

.vipDivFrame{
	margin: 5px;
	border:1px solid #616161; 
	padding-top: 20px;
	position: relative;
	line-height:0.95em;
}

.vipDivTitle {
	position: absolute; 
	top:-14px; 
	left:15px; 
	font-size: 1.2em; 
	background-color: white; 
	padding:5px; 
	font-weight: 
	bold; color:navy;
}

.upload_line{
	width:100%;
	height:60px;
	margin:0px;
	xborder:1px solid black;
	position:relative;
}

.upload_cell{
	text-align:center; 
	height:30px;
	margin-top:20px;
	position:absolute;
	xborder:1px solid red;
	
}

.error_info_panel{
	width:95%;
	height:40px;
	top:-18px;
	left:0px;
	position:absolute;
	background-color:#fbdcdc;
	font-size:0.8em;
	border: 1px solid red;
	color:red ;
	cursor:pointer;
	padding:5px;
}

.success_info_panel{
	width:95%;
	height:40px;
	top:-18px;
	left:0px;
	position:absolute;
	background-color:#d2f0fc;
	font-size:0.8em;
	border: 1px solid navy;
	color:navy;
	cursor:pointer;
	padding:5px;
}
.info_panel_close{
	font-size:0.8em;
	position:absolute;
	top:35px;
	xtop:40px\9;
	left:270px;
	left:265px\9;
}
.formdiv_old{
	display:inline-block;
	*float:left;
	margin:10px 10px 10px 3px;
	width:173px;
	height:60px;
	overflow:hidden;
	xborder:1px solid black;
	font-size: 0.8em\9;
	
}
.formdiv_old form{
	*display: inline;
}

.formdiv{
	width:100%;
	text-align:center;
}

.payment{
	text-align: center;
	width: 570px;
	margin-top: 10px ;
	margin-bottom:10px ;
	xborder:1px solid black;
}

.paymentLabel{
	margin-bottom:5px;
	font-size:1.1em;
	font-weight: bold;
}

.payment input {
	width:auto;
	margin:5px;
	height: 32px;
	border: 0px solid white ;
}

.payment span {
	margin-right:10px;
	width:100px ;
	display: inline-block;
	text-align:left;
	xborder:1px solid black;
}

.facebook{
	font-family: verdana, sans-serif;
	font-weight: bold;
	color:#3b5998;
	font-size:12px;
	width:350px;
	text-align: left;
}

.facebook-right{
	font-family: verdana, sans-serif;
	font-weight: bold;
	color:#3b5998;
	font-size:12px;
	float:right ;
	text-align: left;
}

.quickmenu{
	margin: 7px 1px 10px 1px ;
	font-size:0.9em;
	text-align:left ;
	padding:4px 10px 4px 10px;
	border: 1px dotted #3b5998;
}
.quickmenu ul{
	display: inline ;
	padding-left:10px;
}
.quickmenu li{
	display: inline ;
	padding-left:15px;
}
