/* top_table */
@import url("styl_top.css");
/* top_table */

/* l_table */
@import url("../styl_left.css");
/* left table */

/* m_table */
@import url("../styl_main.css");
/* m_table */

/* r_table */
@import url("styl_right.css");
/* right */

/* card */
@import url("../styl_card.css");
/* nákupní košík */

/* messages_news */
@import url("../styl_messages.css");
/* messages */

/* product prehled */
@import url("../styl_prehled.css");
/* product prehled */

/* product detail */
@import url("../styl_detail.css");
/* product detail */

/* product univerzal */
@import url("../styl_univerzal.css");
/* product univerzal */


/* down table */
.c_down {
    color: #CCCCCC;
    padding: 180px 18px 6px 6px;
    text-align: right;
}
.c_down a {
	color: #999999;
	text-decoration: none;
}
.c_down: hover {
	text-decoration: underline;
}
.top_aktiv a:link, .top_aktiv a:visited {
	text-decoration:underline;
	color: #EE2746;
}
.card_submit{
	background-image: url(../../../../images/web/cz/koupit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
	width:109px;
	height:24px;
	border:0px;
}
.card_submit_over{
	background-image: url(../../../../images/web/cz/koupit_a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
	width:109px;
	height:24px;
	border:0px;	
}