* {
    margin: 0;
    padding: 0;
}


body {
    color: black;
    background: url('../images/bg.gif') top repeat-y;
    background-color: #fdf9fa;    
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

#accessibility {
    position: absolute;
    top: -10000em;     
}

#page {
    width: 780px;
    background: white;
    margin: 0 auto;
    padding: 5px 0 0 0;   
    display: block;
}

#header {
    margin: 0px 5px;
}

#content {
    margin: 5px 5px 0 5px;
    /*position: relative;*/
}

#firm {
    background: #808080;
    color: white;
    font-size: 8pt;
    text-align: center;
    float: right;
    margin: 0px 0 0 0;
    width: 545px;    
    min-height: 24px;
    line-height: 24px;
    display: block;
	margin-top: 20px;
}

#firm a, #firm a:hover, #firm a:visited { text-decoration: none; color: white}

#footer {
    background-color: white;
    color: black;
    clear: both;
    margin: 0px;
    text-align: left;
}

.cleaner {
clear:both;
}

/*
 * Hlavicka
 ******************************************************************************/

#header h1 {
    margin-left: 0px;
    float: left;
    margin-bottom: 5px;
}

#header h1, #header h1 span, #header h1 a {
    display: block;
    width: 220px;
    height: 100px;
    overflow: hidden;
    position: relative;
    line-height: 100px;
    font-size: 0px;
    cursor: hand;
}

#header h1 span, #header h1 a {
    position: absolute;
    top: 0;
    left: 0;    
}

#header h1 span {
    background: #fdf9fa url('../images/shopex_logo.jpg') top left no-repeat;
}

#header .bg {
    float: right;
    background: url('../images/head_right.jpg') top right no-repeat;
    min-height: 24px;
    background-color: #fdf9fa;
    text-align: center;
    width: 550px;
    height: 100px;
}

#header .menu {
    min-height: 20px;
    background: black;
    clear: both;    
    text-align: center;
    height: 20px;
}

#header menu {
    position: relative;
    margin-left: 0px;
    list-style-type: none;
    overflow: hidden;   
    height: 20px;
}

#header menu li {
    float: left;    
    display: block;
    border-right: solid white 1px;
}

#header menu a {    
    padding: 0 10px;
    display: block;
    min-height: 20px;
    line-height: 20px;
    text-align: center;    
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

#header menu a:hover {    
    background-color: #808080;
}


/*
 * Telo
 ******************************************************************************/

#middle {
    float: right;
    background: white;    
    width: 545px;
    font-size: 10px;
    text-align: left;
    margin: 0px;
}

#text {
    padding: 0 10px; 
    margin: 0px;
}

#middle h2 {
    color: black;
    background: /*#fdf9fa*/#c3c3c3;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

#text div.red_para {
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
    border-bottom: solid #c83c00 1px;
    clear: right;
}

#text p {
    text-align: justify;
    margin: 5px 0;
}

#text h1 {
    margin: 10px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold;
}

#text h2 {
    margin: 5px 0px 7px 0px;
    font-size: 14px;
    font-weight: bold;
}

#text h3 {
    margin: 5px 0;
    color: #c83c00;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}

#text hr {
    color: #c83c00;
    background-color: #c83c00;
    height: 1px;
    border-style: none;
    margin: 0 !important;
    margin: 0 0 -10px 0;
    display: block;
    font-size: 1px;
}


/* Table with shapes */

#text table.shapes {
    clear: right;
    margin-top: 10px;
    width: 525px;
	border-collapse: collapse;
}

#text table.shapes tr.odd {
    background: white;
}

#text table.shapes tr.even {
    background: #e0e0e0;
}

#text table.shapes th{
    font-size: 9px;
    text-align: left;
    border-bottom: solid #e0e0e0 1px;
    padding: 0 0px 0 10px;
}

#text table.shapes td {
    font-size: 9px;
    text-align: left;
    border-bottom: solid #e0e0e0 1px;
    padding: 0 0px 0 10px;
	min-height: 18px;
	height: 18px;
}

#text table.shapes td input {
    background: white;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    text-align: left;
    width: 30px;
    border: solid black 1px;
}

#text table.shapes td input.pricesum {
    background: transparent;
    border: 0px;
}

#text table.shapes .center {
    text-align: center;
}

#text table.shapes .right {
    text-align: right;
}


/* Table with cart content */

#text table.cart-main {
    clear: right;
    margin-top: 10px;
    width: 525px;
}

#text table.cart-main tr.odd {
    background: white;
}

#text table.cart-main tr.even {
    background: #e0e0e0;
}

#text table.cart-main th{
    font-size: 9px;
    text-align: left;
    border-bottom: solid #e0e0e0 1px;
    padding: 0 0px 0 10px;
}

#text table.cart-main tr.sum th {
	border-bottom: 0px;
}

#text table.cart-main td {
    font-size: 9px;
    text-align: left;
    border-bottom: solid #e0e0e0 1px;
    padding: 0 0px 0 10px;
    min-height: 30px;
    height: 30px;
    vertical-align: middle;
}

#text table.cart-main td input {
    background: white;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    text-align: left;
    width: 30px;
    border: solid black 1px;
}

#text table.cart-main .center {
    text-align: center;
}

#text table.cart-main .right {
    text-align: right;
}


/* Table in order form */

#text form table {
    margin: auto;
}

#text form table td {
    padding: 2px;
    font-size: 11px;
}

#text form table td.label {
    vertical-align: top;
    text-align: right;
}

#text form table .input {
    border: solid gray 1px;
	color: black;
	background: white;
}

#text form table input {
	width: 200px;
}

#text form table textarea {
	width: 300px;
}



#text img.preview {
    float: right;
    margin: 0 0 10px 10px;
}

#text ul {
    margin: 5px 5px 10px 20px;
}


/*
 * Levy sloupec
 ******************************************************************************/

#left {
    float: left;
    width: 220px;
    margin: 0;
}


#viaaurea {
    	padding: 20px 0 20px 0;
	/*width: 120px;*/
	float: left;
	text-align: center;
 	/*border: solid blue 1px;*/
}

#partner {
 
    	padding: 23px 20px 0px 20px ;
	/*width: 220px;*/
	float: left;
	text-align: center;
	/*border: solid blue 1px;*/
}
#partner a { color: gray; /*font-weight:bold;*/}


/*
 * Kosik
 ******************************************************************************/

#cart {
    background: #808080;
    color: white;
}

#cart .price {
    color: #fdf9fa;
    font-weight: bold;
    font-size: 9px;
    text-align: center;
    padding: 0 0px 0 0px;
    margin: 0;
    min-height: 24px;
    line-height: 24px;
}

#cart .price img {
    margin-left: 0px !important;
    margin-left: -3px;
    padding: 0;
    border: 0;
    float: left;
}

#cart .actions {
    text-align: center;
    padding: 10px 0 10px 0;
}


/*
 * Leve menu
 ******************************************************************************/

#left_menu {
    margin-top: 10px; 
}

#left_menu menu {
    list-style-type: none;    
}

#left_menu menu li {
    border-bottom: solid silver 2px;
    width: 220px;
    text-align: left;
}

#left_menu menu li a {
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    padding-left: 0;
    min-height: 25px;
    line-height: 25px;
    display: block;
}

#left_menu menu li a:hover {
    color: #ff1f0b/*#c83c00*/;
}


#left_menu menu li.product a {
    padding-left: 20px;
}

/*
 * Akce
 ******************************************************************************/
#news-top {
 background: gray;
 color: /*#D83A01*/white;
 height: 25px;
 line-height:25px;
 font-weight: bold;
 text-align: left;
 padding: 0px 12px;
 border-bottom: 2px #C0C0C0 solid;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 15px;
}

#news {
    background: white;
    color: black;
    border: 2px #C0C0C0 solid;
    margin: 20px 0px;
    min-height:200px;
    height:auto !important;
    height:200px;
    text-align: left;
}
#news-item {
 padding: 3px 10px 15px 10px;
}
/*
.date {
 color: #0003F0;
 padding: 0px 10px;
 }
*/
#news h2 {
 padding: 3px 10px 0px 10px;
 font-size: 14px;
 font-weight: bold;
 color: brown;
}

/*
 * Zpravy
 ******************************************************************************/

#messages {
    
}

#messages h4 {
    color: black;
    background: #EC9A9E;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

#messages div {
    margin: 0 10px 5px 10px;
}



/*
 * Dalsi veci
 ******************************************************************************/

p {
    margin: 0 0 7px 0;
}

a {
    color: #c83c00;
}

a:hover {
    text-decoration: none;
}

a img {
	border: 0px;
}

.listing {
    text-align: center;
    margin: 10px 0;
}

.listing a {
    font-weight: normal;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
	color: red;
}

img.hint {
	width: 15px;
	height: 15px;
	border: none;
	vertical-align: top;
	margin-left: 3px;
}
/********************* Spodni Boxik na odkazy .  ********************/	 
#down-box { font-size: 80%; text-align: center; padding-bottom: 15px; /*border-top: 1px dashed gray;*/}
#down-box a { text-decoration: underline;}	
#down-box a:hover {text-decoration:none;}
#down-box span { font-weight:bold; font-style: italic; color: gray;}

/*
 * Styly pro tisk
 *****************************************************************************/

@media print {
	.noprint,
	#header,
	#left,
	#left_menu,
	#messages,
	#firm {
	    display: none !important;
	    display: none;
	}

	#page,
	#content,
	#middle,
	#text {
		float: none;
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}

	div.red_para {
		width: 100% !important;
		border: 0px !important;
	}

	table.shapes {
		width: 100% !important;
	}

	table.shapes th {
		padding: 0 1mm !important;
		border-bottom: solid black 1px !important;
	}

	table.shapes th.category {
		font-size: medium !important;
		padding-top: 20px !important;
	}

	table.shapes td {
		vertical-align: top;
		padding: 1mm !important;
	}
	
}



