/*
color schema:
#46888C #407B80 #CFE4E6 #30B6BF
http://wellstyled.com/tools/colorscheme2/index-en.html
*/

.shadow {
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}


input {
	border: 1px solid #407b80;
	font-size: 12px;
}

#treemenu {
	background: red;
}

#treemenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
/*	background: #9191ad; */
	background: #407b80;
/*	background: url(../img/tree-menu-bg.png);  */
}

#treemenu ul ul {
	padding-top: 2px;
	margin-top: 1px;
	margin-bottom: 2px;
	background: #46888C;
}

#treemenu ul ul a {
	padding: 2px 0px 4px 0px;
	padding-left: 20px;
	background: #46888C;
	color: #ddd;
}

#treemenu ul ul li {
	margin: 0;
}


#treemenu li {
	padding: 0;
	margin: 1px;
	color: white;
}

#treemenu a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	text-shadow: 0px 0px 1px rgba(192,192,192,0.2);
}

#treemenu a:hover {
	background: #30B6BF;
	color: black;
}

body {
	background: white;
	color: #000000;
	font-family: Verdana, Lucida, Tahoma, Arial, Helvetica, sans;
	font-size: 12px;
/*	margin: 0px auto; */
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

/* a,a:link,a:visited { color: #407b80; } 
a:hover { color: black; } 

DIV { border: 0px dotted green; } 


.bigprice {
	font-size: 14px; 
	font-weight: bold; 
	color: black; 
}
*/

CAPTION {
	/*font-size: 12px; */
	font-weight: bold;
	color: #407b80; 
	padding: 3px;
}

.icoAkce, .icoNovinka, .icoDetail {
	padding: 2px;
	border: 1px solid #c0c0c0;
	font-weight: bold;
	color: white;
	/*font-size: 9px; */
}

.icoAkce a, .icoNovinka a, .icoDetail a{
	color: white;
	text-decoration: none;
}

.icoDetail {
	background: #b60052;
}

.icoAkce {
	background: #CD2727;
}

.icoNovinka {
	background: #4375CD;
}

#coverMain {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	padding: 1px; 
}

SELECT, INPUT {
	/*height: 18px;
	font-size: 12px; */
}

TEXTAREA {
	/*font-size: 11px; */
}

INPUT.btBig {
	width:100px;
	height: 50px;
	border: 0px;
	padding: 0px 5px 5px 0px;
	cursor: pointer;
	background: url('../img/bt_big.gif') center center no-repeat;
}

INPUT.btBigBlue {
	width:100px;
	height: 50px;
	border: 0px;
	padding: 0px 5px 5px 0px;
	cursor: pointer;
	background: url('../img/bt_big1.gif') center center no-repeat;
}

INPUT.btBigRed {
	width:100px;
	height: 50px;
	border: 0px;
	padding: 0px 5px 5px 0px;
	cursor: pointer;
	background: url('../img/bt_big2.gif') center center no-repeat;
}


INPUT.addItem {
	width:90px;
	height: 25px;
	border: 0px;
	padding: 0px 0px 0px 30px;
	cursor: pointer;
	background: url('../img/cart.gif') center left no-repeat;
}


INPUT.btSmall2 {
	width: 20px;
	height: 20px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

INPUT.btSmall {
	width: 50px;
	height: 20px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

INPUT.searchbox {
	width: 140px;
	height: 14px;
	padding: 1px;
	text-align: left;
	font-size: 12px;
}

INPUT.searchbox2 {
	width: 250px;
	height: 14px;
	padding: 1px;
	text-align: left;
	font-size: 12px;
}

INPUT.searchprice {
	width: 70px;
	height: 14px;
	padding: 1px;
	text-align: right;
	font-size: 12px;
}

INPUT.amount {
	width: 20px;
	height: 16px;
	padding: 1px;
	text-align: right;
	font-size: 12px;
}

INPUT.submit {
	height: 18px;
}

INPUT.submit:hover {
	background: #c0c0c0;
}

SMALL {
	font-size: 10px;
}

TD { 
	font-size: 12px;
}
.cCaptcha {
	border: 1px solid black;
}

.warn {
	font-size: 10pt;
	color: #d60000;
}

.warndiv {
	color: #d60000;
	font-size: 12px;
	padding: 15px;
	width: 550px;
	display: block;
	border: 1px solid #d60000;
}

#star, .star {
/*	font-size: 10px; */
	color: red;
	padding: 2px;
}

.text {
/*	font-size: 10px; */
	color: black;
}

#cleaner, .cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}

h1 {
	display: block;
/*	width: 570px; */
	font-size: 14px;
	color: #e9f2e1;
/*	font-weight:bold; */
	padding: 2px;
	margin: 0;
	padding-left: 10px;
	background: #407b80; 
/*	text-transform: uppercase; */
	text-align:left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#iconLine {
	display: block;
	width: 100%;
	text-align: center;
	padding: 13px 0 0 0;
}

#cMenuLine {
	display: block;
	width: 100%;
	margin: auto;
	height: 25px;
	text-align: center;
/*	height: 16px; */
	padding: 5px 1px 1px 1px;
	border-bottom:1px solid #049a41;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}

#cMenuLine a, #cMenuLine a:link, #cMenuLine a:visited {
	font-size: 12px;
	color: #005c5c;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	background: #c8dcde;
/*	border-top: 1px solid #CFE4E6;
	border-right: 1px solid #CFE4E6;
	border-left: 1px solid #CFE4E6; */
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	margin: 0 2px;
	text-shadow: 1px 1px 1px rgba(80,80,80,0.4);
}

#cMenuLine a:hover {
	color: black;
	background: white;
	border-right: 1px solid #049a41;
	border-left: 1px solid #049a41;
	border-bottom: 1px solid #049a41;
	border-top: 1px solid #049a41;
}

#cMenuLine .hlght {
	font-weight: bold;
	font-size: 14px;
	color: black;
	background: white;
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #049a41;
	border-right: 1px solid #049a41;
	border-left: 1px solid #049a41;
	border-bottom: 1px solid white;
}


#cSubmenuLine{
	display: block;
	width: 960px;
	margin: auto;
	text-align:center;
	border-bottom: 1px solid #e9f2e1;
	padding: 3px;
}

#cLogoLine{
	display: block;
	width: 960px;
	height: 150px;
	margin: auto;
	padding: 1px;
	background: #e9f2e1; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#407B80', endColorstr='#E9F2E1'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#407B80), to(#E9F2E1)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #407B80,  #E9F2E1); /* for firefox 3.6+ */

}

#cLogoLine .logo {
	display: block;
	width: 175px;
	height: 150px;
	cursor: pointer;
	float: left;
	background: url(../img/logo-duplik-small-kostky.png);
}

#cLogoLine .menuempty {
	display: block;
	width: 500px;
	height: 20px;
	float: left;
	text-align: left;
	padding: 2px;
}

#cLogoLine .menu {
	display: block;
	width: 500px;
	height: 20px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #e9f2e1;
	padding: 3px 0 0 25px;
}

#cLogoLine .banner {
	display: block;
	width: 516px;
	height: 65px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	margin: 15px 5px 5px 5px;
}

#cLogoLine .user {
	display: block;
	width: 150px;
	padding-top: 15px;
	height:75px;
	float:right;
	margin-right: 15px;
}

div .point, div .point:link, div .point:visited {
/*	font-size: 10px; */
/*	color: #407b80; */
	color: #407b80;
	text-decoration: none;
}

div .point:hover {
	color: black;
	text-decoration: underline;
}





div .spoint, div .spoint:link, div .spoint:visited {
/*	font-size: 10px; */
	font-weight: normal;
/*	color: #407b80; */
	color: #407b80;
	text-transform: uppercase;
	text-decoration: none;
}

div .spoint:hover {
	color: gray;
	text-decoration: underline;
}


.spoint, .spoint:link, .spoint:visited {
/*	font-size: 10px; */
	font-weight: normal;
	color: #407b80;
	text-transform: uppercase;
	text-decoration: none;
}

.spoint:hover {
	color: gray;
	text-decoration: underline;
}

.catpoint, .catpoint:link, .catpoint:visited {
	font-size: 14px;
	font-weight: bold;
	color: #e9f2e1;
	text-align:left;
/*	background: #407b80; */
	text-transform: uppercase;
	text-decoration: none;
}

.catpoint:hover {
	color: black;
	text-decoration: underline;
}

#cLogoLine .search {
	display: block;
	vertical-align: middle;
	width: 240px;
	height: 30px;
	padding: 15px 5px 5px 5px;
	float: left;
}


#cSubTitle {
	display: block;
	width: 960px;
	height: 25px;
	padding-top:2px;
	margin: 0 auto;
	text-align: left;
	background: #cfe4e6;

}

#cSubTitle .title {
	display: block;
	width: 550px;
	height: 20px;
	/*color: #407B80; */
	color: #306B70;
	overflow: hidden;

	padding: 2px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding-right: 5px;
	padding-left: 2em;
/*	float: left; */
}

#cSubTitle .tree {
	display: block;
	color: #407b80;
	width: 100px;
	height: 20px;
	padding: 2px;
/*	font-size: 12px; */
	text-align: left;
	float: left;
}
	
#cSubTitle .search {
	display: block;
	width: 250px;
	height: 20px;
	text-align: left;
	float: left;
	padding: 0px;
}

#cFooterLine {
	display: block;
	text-align: center;
	width: 960px;
	height: 40px;
	margin: 0 auto;
/*	font-size: 10px; */
	color: black;
}

#cFooterLine .box {
	display: block;
	width: 960px;
	height: 30px;
	padding-top: 10px;
	background: #e9f2e1;
}

#cFooterLine .menu {
	display: block;
	width: 500px;
	height: 20px;
	padding: 5px;
	float:left;
	text-align: left;
}

#cFooterLine .copyright {
	display: block;
	text-align: right;
	width: 450px;
	height: 20px;
	padding: 5px;
	float:left;
}



#cMain {
	display: block;
	margin: auto;
	width: 960px;
	padding: 0px;
	border-right:0px solid #3e3e3e;
	background: white;
	overflow: hidden;
}

#cMain .tree {
	display: block;
	width: 175px;
	padding-top: 1px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	min-height: 100px;
/*	border-right: 1px solid #e9f2e1; */
	overflow: hidden;
	float: left;
}

#cMain .main {
	display: block;
	background: white;
	width: 600px; 
	padding-left: 5px;
	padding-top: 2px;

	min-height: 400px;
	float: left;
	overflow: hidden;
	text-align: justify;
}

#cMain .rightbox {
	display: block;
	background: white;
	width: 175px;
	padding-top: 2px;
	padding-left: 4px;
	float:left;
	min-height: 400px;
	overflow: hidden;
}

#cArticle, .cArticle {
	display: block;
/*	width: 580px; */
	text-align: left;
	overflow: hidden;
	margin: auto;
	margin-bottom: 10px;
	padding: 10px 10px 40px 10px;
	border: solid #ddd;
	border-width: 0 0 5px 0;
}

#cArticle .title, .cArticle h1 {
/*	display: block;
	width: 570px; */
	padding: 10px 0 3px 0;
	margin: 0;
	font-size: 19px;
	color: #005c5c; 
	background: white;
/*	font-weight: bold; */
}

#cArticle .content, .cArticle .content {
/*	display: block; */
/*	width: 570px; */
	padding: 5px;
	padding-bottom: 10px;
/*	font-size: 12px;
	text-align: justify; */
	color: black;
	background: inherit;
}

p {
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cArticle p {
/*	margin: 17px 30px; */
}

#cMsgBox {
	display: block;
	width: 580px;
	background: #eeeeee;
	margin: auto;
/*	font-size: 11px; */
	color: red;
	font-size: 10pt;
	margin-bottom: 1px;
}

#cMsgBox .title {
	display: block;
	width: 576px;
	padding: 2px;
	height: 5px;
	font-weight: bold;
	background: white;
	color: white;
}

#cMsgBox .content {
	display: block;
	width: 500px;
	padding: 5px;
}

#cClient {
	display: block;
	width: 159px;
	padding: 0px;
	background: white;
}

#cClient table {
	border: 1px solid #005c5c; 
}

#cClient th {
	color: white;
	font-size: 12px;
	background: #407B80; 
	/*background: url(../img/duplik-roh.gif) no-repeat #407b80; */
	/*background: #005c5c; */
/*	height: 13px; */
	text-align: center;
/*	font-size: 12px; */
	font-weight: bold;
	padding-top: 2px;
	border: none;
}


#cClient .user {
	display: block;
	background: #cabebe;
	width: 159px;
	vertical-align: middle;
	float: left;
	font-weight: bold;
	height: 12px;
	padding: 2px;
	color: black;
/*	font-size: 9px; */
}

#cClient .info {
	display: block;
	margin: 0px 0px 1px 0px;
	background: #cabebe;
	width: 155px;
	height: 10px;
	text-align: center;
	padding: 2px;
	color: black;
/*	font-size: 9px; */
}

#cClient .btn {
	display: block;
	margin: 0px 0px 0px 0px;
	background: #9c9a9a;
	width: 155px;
	height: 12px;
	text-align: center;
	padding: 2px;
	color: black;
/*	font-size: 10px; */
}


#cSearch {
	display: block;
/*	width: 153px; */
	padding: 0px;
	margin: 5px 0;
	border: 1px solid #407b80;
	font-size: 12px;
}

#cSearch input {
	font-size: 12px;
}

#cSearch TD.title {
/*	background: #407b80; */
	background: #cfe4e6;
	height: 13px;
	text-align: center;
	color: black;
/*	font-size: 12px; */
	font-weight: bold;
	padding-top: 3px;
}


#cActionTitle, .cActionTitle, #cActionTitleGray, .cActionTitleGray, #cNewsTitle, .cNewsTitle {
	text-align: center;
	display: block;
	font-weight: bold;
	color: white;
	background: url(../img/duplik-roh.gif) no-repeat #407b80;
	background-position: 0px 0px;
/*	border: 1px solid #c0c0c0; */
	font-size: 12px;
	font-family: sans-serif;
	padding: 2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
/*	width: 160px; */
/*	height: 15px; */
/*	background: black; */
/*	font-size: 11px; 
	text-transform: uppercase; */
}

#cClient .cActionTitle, #cClient .cActionTitleGray {
	background: #407b80;
}

/*
#cActionTitleGray {
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 2px;
	color: white;
	background: #407b80;
	border: 1px solid #c0c0c0;
}
#cNewsTitle {
	display: block;
	padding: 2px;
	text-align: left;
	color: white;
	background: #407b80;
	text-transform: uppercase;
	font-weight: bold;
	margin: auto;
} */


#cAction {
	display: block;
	width: 153px;
	padding:2px;
/*	font-size: 10px; */
	text-align: right;
	overflow: hidden;
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: 1px solid #407b80;
}

#cAction:Hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #407b80;
}

#cAction .title {
	display: block;
	text-align: center;
/*	font-size: 10px; */
	font-weight: bold;
}

#cAction .image {
	display: block;
	background: white;
	text-align: center;
	vertical-align: middle;
}

#cAction .price {
	display:block;
	font-weight: bold;
/*	font-size: 10px; */
	text-align: center;
}

#point2 {
	color: #c0c0c0;
	background: none;
	text-decoration: none;
}

#point2:hover {
	color: black;
}




#cAction2 {
	display: block;
	width: 185px;
	text-align: right;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	margin: 0 auto;
	border-bottom: 1px solid #e9f2e1;
}
/*
#cAction2:hover {
	color: #888;
	text-decoration: none;
}

#cAction2 .title {
	display: block;
	text-align: center;
	font-weight: bold;
}

#cAction2 .image {
	display: block;
	text-align: center;
	vertical-align:center;
}

#cAction2 .price {
	display:block;
	font-weight: bold;
	text-align: center;
}
*/
#point3 {
	color: #eeeeee;
	background: none;
	text-decoration: none;
}

#point3:hover {
	color: white;
}

#img {
	color: black;
	background: none;
	text-decoration: none;
}

#img:hover {
	color: white;
}


#ac,.ac {
	background: #777777;
	border: 1px solid black;
	font-family: Verdana, Lucida, Tahoma, Arial, Helvetica, sans;
	color: white;
/*	font-size: 10px; */
	padding: 1px 4px 1px 4px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
}

#ac:hover,.ac:hover {
	color: black;
	background: #eeeeee;
}

.cActionHome {
	display: block;
	background: #eee;
	width: 146px;
	margin: 3px auto;
	height: 140px;
	padding-top: 7px;
}

.cActionHome:hover {
	color: #888;
	text-decoration: none;
}

.cActionHome .gtitle {
	display: block;
	font-weight: bold;
/*	height: 30px; */
	padding: 3px;
	text-align: center;
}

.cActionHome .pic {
	display: block;
	text-align: center;
/*	height: 110px; */
}

.cActionHome .price {
	display: block;
	text-align: center;
}

#boxSearch {
/*	font-size: 11px; */
	display: block;
	width: 590px;
	margin: 0 auto;
	padding-top: 15px;

}

#boxSearch TABLE {
	background: #e9f2e1;
}

#pagination {
	display: block;
	width: 560px;
}

table.homeindex {
	margin: auto;
}

#gbook {
	display: block;
	width: 80%;
	float: left;
	margin: 0 auto;
	visibility: visible;
}

#gbook .title {
	color: #499ace;
	font-size: 14px;
	padding: 4px;
}

#gbook .autor {
	font-family: courier;
}

#guestbook {
	padding: 10px 0;
}

#guestbook .record {
	padding: 0px;
	margin: 5px;
	background: #ddd;
}

#guestbook .date {
	background: #CFE4E6;	
	padding: 5px;
}

.vis { visibility: visible; display: block; }
.hid { visibility: hidden; display: none; }

.downloadbanner {
	width: 30%;
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	text-align: center;
}
.downloadbanner img {
}

.hok {
	background: #006600;
	color: white;
}

.hstorno {
	background: #c0c0c0;
}

.hnew {
	background: #ABFFB1;
}

.hreserve {
	background: #FCBDFF;
}
