
/*   www.pragotrading.cz   */

@import "layout.css";
@import "components.css";  
@import "substyles.css";  

/* Global */

html, body {
	margin: 0px;
	padding: 0px;
	background: #D9DEEB url(../img/bg_full.jpg) repeat-x top; 
	font: 75% Tahoma, Arial, Helvetica, sans-serif;
	color: #404040;
	height: 100%;
	text-align: center;
	scrollbar-base-color: #D9DEEB;
}

ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	margin: 0px; 
}
div, p, span, ul, a, inputc  {
	color: #404040;
	padding: 0px;
	margin: 0px;
}
p {
	text-align: justify;
}
h1, h2, h3, h4, h5 { 
	font-weight: bold;
	margin: 0px;	
}

h1 {
	font-size: 2.0em;
	color: #340E70;
	padding-top: 45px;
	text-align: center;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #EB3D00;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 0px;
	color: #7F7F7F;
	font-weight: normal;
}
form {
	margin: 0px;
}

table {
	font-size: 1.0em;
}
td {
	vertical-align: top;
}

a {
	color: #EB3D00;
	text-decoration: none;
}
a:hover {
	color: #EB3D00;
	text-decoration: underline;
}
a.blacklink {
	color: #000000;
	text-decoration: none;
}
a:hover.blacklink {
	color: #000000;
	text-decoration: underline;
}

input, select, textarea {
	font-size: 1.0em;
	padding: 0.1em 0.5em 0.1em 0.5em;
	vertical-align: middle;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
}
select {
	padding: 0em;
}
textarea {
	vertical-align: top;
}

.button { 
	background-color:#40589D ;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding: 0.1em 1.5em 0.1em 1.5em;
	border: 0px;
	margin: 0px;
	width: 0;
	height: auto;   
	overflow: visible;
	vertical-align: middle;
}
.notbutton { 
	background-color: white;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border:0px solid black;
	padding: 0.1em 1.5em 0.1em 1.5em;
	border: 0px;
	margin: 0px;
	width: 0;
	height: auto;   
	overflow: visible;
	vertical-align: middle;


}
input.button[class] {
    width: auto;
}

hr.cleaner {  
	display: none;
	clear: both;
	height:1px;
}
.spacer {
	clear: both;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}


/* Full */

#full {
	margin: 0 auto;
	background: #FFFFFF url(../img/bg_in3.jpg) repeat-y center;
	width: 950px;
	min-height: 100%;
	height: 100%;
	text-align: left;
	position: relative;
	font-size: 1.2em;
}
body>#full {
 	height: auto;
}

.top {
	width: 950px;
	height: 70px;
	background-color: #000000;
}

.top .top_row
{
  width: 950px;
	height: 40px;
	background-color: #000000;
}

.top .left {
	float: left;
	width: 475px;
}
.top .right {
	float: right;
	width: 475px;
	
}

#header {
	background: #00207C url(../img/head.jpg) no-repeat;
	width: 950px;
	height: 145px;
	position: relative;
}
#header h1 a span {  
  display: block;
  background: url(../img/logo.jpg) no-repeat;
  width: 280px;
  height: 80px;
  position: absolute;
  top: 30px;
  left: 335px;
  z-index: 2;
  cursor: pointer;
}

#main {
	width: 900px;
	margin: 0px 25px 0px 25px;
}
#main .left {
  
  
  float: left;
	width: 155px;
	
}
#main .content {
  
  float: left;
  width: 550px;
  display:block;
  
}
#main .right {
  
   float: right;
	width: 155px;
}

#footer {
	width: 950px;
	height: 135px;
	background-color: #404040;
	clear: both;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
   position: absolute;
}
#footer .footerbox {
	width: 950px;
	height: 25px;
}
#footer .footerbox .left {
	float: left;
	width: 475px;
}
#footer .footerbox .right {
	float: right;
	width: 475px;
}
#footer .whitelinebig {
	height: 5px;
	width: 900px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 0px 25px 0px 25px;
}

#footer .seo_links{ 
  height:100px;
  width: 900px;
  
	overflow: hidden;
	margin: 0px 25px 0px 25px;
  text-align:center;
  
}
#footer .seo_links a{
} 

#footer .seo_links a img{
margin:2px;
border:0px solid white;
} 

.area {
  margin:0px auto;
  padding:0px auto;
	margin: 15px 25px 55px 25px;
	line-height: 140%;
}


/* Line */

.redlinebig {
	height: 5px;
	background-color: #EB3D00;
	overflow: hidden;
}
.redlinemiddle {
	height: 3px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.whitelinebig {
	height: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.whitelinebig2 {
	height: 5px;
	background-color: #000000;
	overflow: hidden;
	}

.whitelinesmall {
	height: 1px;
	background-color: #FFFFFF;
	overflow: hidden;
}


/* Top Rider */

.toprider {
	background-color: #FFB400;
	width: 900px;
	height: 20px;
	text-align: center;
}
.toprider .advert {
	color: black;
	padding-top: 3px;
}

/* Box */

.boxredright {
	/*background: #EEEEEE;/* url(../img/boxredright.jpg) no-repeat top;*/
	width: 150px;
	_width: 150px;
	border-right: 5px solid #000000;
}
.boxblueright {
	/*background: #EEEEEE;/* url(../img/boxblueright.jpg) no-repeat top;*/
	width: 150px;
	_width: 150px;
	border-right: 5px solid #000000;
}
.boxsilverright {
/*	background: #EEEEEE;/* url(../img/boxsilverright.jpg) no-repeat top;*/
	width: 150px;
	_width: 150px;
	border-right: 5px solid #000000;
}
.boxwhiteright {
/*	background: #EEEEEE;/* url(../img/boxsilverright.jpg) no-repeat top;*/
	width: 150px;
	_width: 150px;
	border-right: 5px solid #000000;
}
.boxgreyright {
	background: #FFB400; /* url(../img/boxgreyright.jpg) no-repeat top;*/
	width: 150px;
	
	_width: 150px;
	border-right: 5px solid #000000;
}

.boxsilverright2 {
	/*background: #F8AC33 /*url(../img/boxsilverright.jpg) no-repeat top*/;
	background: #FFFFFF;
	
	width: 150px;
	_width: 150px;
	border-right: 5px solid #000000;
	color:red;
  font-weight:bold;
}

.boxsilverright2 span {
padding-right:15px;
padding-left:15px;
text-align:center;
font-size:12px;
color:red;
font-weight:bold;
}

.boxsilverleft {
	float:left;
  /*background: #F8AC33 /* url(../img/boxsilverleft.jpg) no-repeat top*/;
  /*background: #EEEEEE;*/
	width: 155px;
	border-left: 0px solid #000000;
	
}


.boxorangeleft {
	float:left;
  /*background: #F8AC33 /* url(../img/boxsilverleft.jpg) no-repeat top*/;
  /*background: #EEEEEE;*/
	width: 155px;
	border-left: 0px solid #000000;
	
}


.box  {
	padding: 10px 10px 10px 10px;
}
.box_bottom  {
  padding: 10px 10px 45px 10px;
}

/* Menu Primary */


/* Menu Other */

.menutop ul {

	list-style: none;

	float: right;

	width: 450px;

	border-left: 1px solid #FFFFFF;

	margin: 10px 0px 0px 25px;

}

.menutop ul li {

	float: left;	

	display: block;

	cursor: default;

	color: #EB3D00;

	border-right: 1px solid #FFFFFF;

	padding: 0px 15px 0px 15px;

}

.menutop ul li a, .menutop ul li a:link, .menutop ul li a:visited  {

	color: #FFFFFF;

}

.menutop ul li a:hover {

	color: #EB3D00;

	text-decoration: none;	

}


.menubottom ul {
	list-style: none;
	float: left;
	width: 450px;
	border-right: 1px solid #FFFFFF;
	margin-top: 6px;
}
.menubottom ul li {
	float: right;	
	display: block;
	cursor: default;
	color: #EB3D00;
	border-left: 1px solid #FFFFFF;
	padding: 0px 15px 0px 15px;
}
.menubottom ul li a, .menubottom ul li a:link, .menubottom ul li a:visited  {
	color: #FFFFFF;
}
.menubottom ul li a:hover {
	color: #EB3D00;
	text-decoration: none;	
}

.menuinfo ul {
	list-style: none;
	width: 130px;
	line-height: 180%;
}
.menuinfo ul li {
	background: url(../img/sq_blue.gif) no-repeat left;
	display: block;
	cursor: default;
	color: #000000;
	padding-left: 15px;
}
.menuinfo ul li a , .menuinfo ul li a:link, .menuinfo ul li a:visited  {
	color: #00207C;	
	border:0px solid white;
	background:none;
}

.menuinfo .static {
	color: #00207C;
	border:0px solid white;
	width:110px;
	background:none;
  text-align:left;
}

.menuinfo ul li a:hover {
	color: #00207C;
	text-decoration: underline;
}

.menuaction {
	width: 155px;
	_width: 155px;
	
}

.menuaction input  {	
	/*background: url(../img/menuaction_blue.jpg) no-repeat;*/
	background:#FFC000;
	
	display: block;
	height: 25px;
	width: 155px;
	border:1px solid black;
	font-weight:bold;
  color: black;
	
}

/* Registrace */

.menuregistration ul {
	list-style: none;
	width: 130px;
	line-height: 140%;
}
.menuregistration ul li {
	background: url(../img/sq_grey.gif) no-repeat left;
	display: block;
	cursor: default;
	color: #EB3D00;
	padding-left: 15px;
}
.menuregistration a, .menuregistration a:link, .menuregistration a:visited  {
	color: #404040;	
}
.menuregistration a:hover {
	color: #404040;
	text-decoration: underline;
}


.menuregistration .notbutton {
	background-color: white;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border:0px solid black;
	padding: 0.1em 1.5em 0.1em 1.5em;
	border: 0px;
	margin: 0px;
	width: 0;
	height: auto;   
	overflow: visible;
	vertical-align: middle;


}


.registrationbox {
	margin: 10px 0px 5px 0px;
}
.registrationbox input {
	margin-bottom: 5px;
}
.registrationbox .password {
	width: 5.35em;
	_width: 7.1em;
}


/* Search */

.search {
	width: 450px;
	color: #FFFFFF;
	margin: 10px 25px 0px 0px;
	text-align: right;
}
.search input {
	margin-left: 5px;
}


/* Basket */

.basket {	
	background-color: #FFFFFF;
	margin: 23px 0px 0px 630px;
	width: 262px;
	_width: 270px;
	height: 14px;
	_height: 16px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	text-align: center;
	padding: 0px 3px 0px 3px;
}
.basket a, .basket a:link, .basket a:visited {	
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}
.basket a:hover {
	color: #EB3D00;
	text-decoration: underline;
	font-weight: bold;
}


/* Mail */ 

.mail {
	width: 450px;
	margin: 6px 0px 0px 25px;
}
.mail a {
	color: #FFFFFF;
}
.mail a:hover {
	color: #EB3D00;
	text-decoration: none;	
}



