/******************************************************************************/
/**************** GALLERY *******************/

#galleryHolder {
	width: 104%;
}
#galleryHolder .picture {
	width: 210px; height: 210px;
	display: block;
	float: left;
	border: 1px solid #ccc;
   text-align: center;
   margin: 0 5px 5px 0;
}
#galleryHolder .picture.last {
	margin: 0 0 5px 0;
}
#galleryHolder .picture a {
   width: 210px; height: 210px;
   displaY: block;
}
#galleryHolder .picture a img {
	border: 0 none !important;
	margin: 0; padding: 0;
	display: none;
}

/******************************************************************************/
/**************** TOOL TIP *******************/

#dweTip {
	padding: 5px 10px;
	background: #e4f6ff;
	color: #2ca8ea;
   font-size: 11px;
   line-height: 100%;
	border: 1px solid #9adcff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
   font-weight: bold;
   text-align: left;
}

/******************************************************************************/
/**************** SYSTEMS NOTIFY *******************/

.success {
   background-color: #e2ffe5;
	background-image: -moz-linear-gradient(center top , #e2ffe5, #ccffd2);
	border: 1px solid #36b044;
	color: #016e0e;
	padding: 5px; margin: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.alert {
	background-color: #FEF1EC;
	background-image: -moz-linear-gradient(center top , #FEF1EC, #ffeaea);
	border: 1px solid #CD0A0A;
	color: #CD0A0A;
	padding: 5px; margin: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/******************************************************************************/
/**************** OFF ELEMENTS *******************/

p.pinputs {
	display: none !important;
}
.clear, .Clear {
   clear: both;
}

/******************************************************************************/
/**************** USER INTERFACE *******************/

#content #formAlerts ul {
	margin: 0 !important;
	padding: 0 !important;
   list-style-type: none !important;
}
#content #formAlerts ul li {
	background: #ffe0e0 url('../images/components/crossSmall.png') no-repeat 7px 4px !important;
	display: block;
	margin:  0 0 5px 0 !important; padding: 3px 0 3px 30px !important;
	border: 1px solid #ff1b1b !important;
	color: #960000 !important;
}
#registrationHolder {
	display: none;
}
#registrationLoader {
	background: url('../images/components/registrationLoader.gif') no-repeat center center;
	display: block;
	height: 200px;
}
.registrationSection {
	display: none;
}
.registrationNameItem {
	background: #f8f8f8 url('../images/components/square.gif') no-repeat 10px center;
	display: block;
	cursor: pointer;
	border:1px solid #d4d4d4;
	padding: 7px 23px; margin: 0 0 5px 0;
}
.registrationNameItem:hover {
   background-color: #FFCC01;
   border:1px solid #ff9000;
   color: #444;
}
.registrationNameItem.active {
   background: #e3f5ff url('../images/components/squareBlue.gif') no-repeat 10px center;
   border:1px solid #00a8ff;
   color: #444;
   cursor: default !important;
}
.registrationButtonHolder .registrationButton,
.registrationButton {
	display: block;
	padding: 5px 15px;
	background:#FFCC01;
	width: 100px;
   text-align: center;
   border: 1px solid #ff9000;
   cursor: pointer;
   color: #444;
   margin: 0 0 20px 5px;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
   text-decoration: none;
}
.registrationButtonHolder .registrationButton:hover,
.registrationButton:hover {
	background: #ffe4b5;
}
#registrationHolder .registrationButtonHolder .sendRegistration {
   background: #ff9000;
   color: black;
}
#registrationHolder .registrationButtonHolder .sendRegistration:hover {
	background: #ff6600;
}

#registrationHolder .box,
#userProfileHolder .box {
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px; margin: 0 0 15px 0;
	display: block;
}
#content #registrationHolder .text,
#content #loginHolder .text {
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	width: 200px;
}
#content #registrationHolder .text.req,
#content #loginHolder .text.req {
	background: #eaf9ff;
	color: #444;
}
#content #registrationHolder .note {
	resize: none;
	width: 550px;
	height: 70px;
}

#registrationHolder .req {border: 2px solid #D6FFDB !important}

.description {
	color: #666;
}
#content #loginHolder .button,
#userProfileHolder .button {
	display: block;
	padding: 4px 12px;
	background:#fff5e4;
	width: 100px;
   text-align: center;
   border: 1px solid #ff9000;
   cursor: pointer;
   color: #444;
   margin: 0 5px 5px 0;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
   text-decoration: none;
}
#content #loginHolder .button:hover,
#userProfileHolder .button:hover {
	background: #ffe4b5;
}

#registrationHolder input, textarea {   
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 200px;  
    background: #FFFFFF url('bg_form.png') left top repeat-x;  
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    margin: 5px 0;  
    }  
  
#registrationHolder textarea {   
    width: 400px;  
    max-width: 400px;  
    height: 150px;  
    line-height: 150%;  
    }  
  
#registrationHolder input:hover, textarea:hover, input:focus, textarea:focus {   
    border-color: #C9C9C9;   
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
    }  
  
#registrationHolder label {   
    margin-left: 10px;   
    color: #333;   
    }  

/******************************************************************************/
/**************** USER ORDERS*******************/

#content table.objednavky {
	border: 0 none;
   border-collapse: collapse;
   margin: 0; padding:0;
}
#content table.objednavky tr th {
   font-weight: normal;
   color: #000;
   text-align: left;
   border-bottom: 2px solid #eee;
   padding: 5px 0;
}
#content table.objednavky tr td {
   border-bottom: 1px solid #eee;
   padding: 5px 0;
}
#content table.objednavky tr th.padding,
#content table.objednavky tr td.padding {
	padding: 5px 5px;
}
#content table.objednavky tr.orderRowHover {
   cursor: pointer;
}
#content table.objednavky tr.orderRowHover:hover td {
	background: #f1fdff;
	color:#000;
}
#content table.objednavky tr td.orderInnerWrap {
	padding: 0;
}
#content table.objednavky tr td table.orderInner {
	background: #ffffdb;
	margin: 0;
}
#content table.objednavky tr td table.orderInner tr th {
	border-bottom: 1px solid #ffe25c;
	background: #fffeae;
	color: #825600;
	padding: 5px 5px;
}
#content table.objednavky tr td table.orderInner tr td {
	padding: 5px 5px;
	border-bottom: 1px solid #ffe25c;
}
#content table.objednavky tr td table.orderInner tr td a {
	color: #444;
   text-decoration: none;
}
#content table.objednavky tr td table.orderInner tr td a:hover {
   text-decoration: underline;
}
.nova {
	color: green;
}
.prijata {
	color: blue;
}
.vyrizeno {
	color: shaddow;
}
.expedovana {
	color: orange;
}



.dataPager {
    text-align: right;    margin-top: 22px;
}


.dataPager span {
    background: none repeat scroll 0 0 #e97b2b;
    color: #FFFFFF;
    font-weight: bold;
}
.dataPager span, .dataPager a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.bRad3 {
   
}


.dataPager a {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #666666;
}

























