@CHARSET "UTF-8";
/* Shopping Cart */
input, select {
	border: 1px solid #cccccc;
}

.gold {
	color: #C38307;
}
.flort {
	float: right;
}
input.btn1 {
	border: 1px solid #333333;
	padding: 4px 8px;
	font-weight: bold;
}
.center {
	text-align: center;
}
.noborder {
	border: 0 !important;
}


/* Top info bar */
#shoptopinfo {
	color: #666666;
	font-size: 10px;
	margin: 0 auto;
	text-align: left;
}
#shoptopinfo img {
	margin: 0 9px;
}
#shoptopinfo .active {
	font-weight: bold;
	text-decoration: none;
}


/* Cart */
#cartfull {
	width: 747px;
	clear: both;
}

#cartfull p {
	float: left;
	padding: 6px 0 6px 0;
	margin: 0;
}

#cartfull .header {
	font-size: 10px;
	color: #666666;
	border-bottom: dotted #cdcdcd 0px;
	clear: both;
	padding-bottom: 24px;
}
#cartfull .header2 {
	width: 747px;
	height: 28px;
	background-image: url("/gfx/shadow.gif");
	background-position: center;
	background-repeat: repeat-x;
}

#cartfull .cartrow {
	border-bottom: 1px dotted #cdcdcd;
	height: 130px;
}

#cartfull .imgprod {
	border: 0px solid #eeeeee;
	margin-right: 10px;
	width: 130px;
}

#cartfull .c0 {
	width: 310px;
}

#cartfull .c1 {
	width: 70px;
	text-align: center;
}
#cartfull .c1qty {
	width: 37px;
	text-align: center;
}

#cartfull .c2 {
	width: 75px;
	text-align: right;
}
#cartfull .c3 {
	width: 95px;
	text-align: left;
	padding-left: 20px;
}
#cartfull .c3 img {
	padding-right: 6px;
}

#cartfull input {
	margin-bottom: 2px;
	border-color: #999999;
}

#cartTotal {
	width: 300px;
	float: right;
	margin-top: 0px;
	padding: 10px;
	border: 0px solid #C38307;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
#cartTotal .label {
	width: 150px;
	display: block;
	float: left;
}

#cartTotal .value {
	color: #C38307;
	padding-left: 0px;
	width: 150px;
	display: block;
	float: right;
}

#cartinfo {
	width: 500px;
	float: right;
	margin-top: 10px;
	padding: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
}

#cartinfo .value {
	font-weight: bold;
	padding-left: 20px;
	float: right;
	width: 100px;
}
#cartinfo .le {
	float: left;
	width: 380px;
	text-align: right;
}


#cartNav {
	margin-top: 20px;
}

#cartNav .le, #navle {
	float: left;
	width: 200px;
	margin-top: 20px;
}

#cartNav .ri, #navri {
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 20px;
}
#navle, #navri input, #navle input {
	border: 0;
}

#dostawa fieldset {
	border: 1px solid #cccccc;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
}

#dostawa legend {
	color: #000000;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: 12px;
}
#dostawa p, #faktura p {
	color: #333333;
}
#dostawa label {
	width: 130px;
	display: block;
	float: left;
}
#dostawa input {
	/*border: 1px solid #cccccc;*/
}

#dostawa .le {
	float: left;
	width: 330px;
}
#dostawa .ri {
	float: right;
	width: 350px;
}

#dostawa .h1 {
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
}
#dostawa .items {
	margin: 6px 0 16px 40px;
}




/* Login and registration */
label.ltype {
	font-weight: bold;
	cursor: pointer;
}
input.ltype {
	border: 0;
	vertical-align: middle;
}

#regform fieldset {
	margin-left: 24px;
	border: 1px solid #cccccc;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
}
#regform legend {
	padding: 0px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
#regform p {
	color: #333333;
}
#regform label {
	width: 150px;
	display: block;
	float: left;
}
#regform .h1 {
	color: #333333;
	font-weight: bold;
	padding-left: 17px;
}
#regform .items {
	margin: 4px 0 16px 40px;
}

#loginform fieldset {
	width: 400px;
	margin: 10px 24px;
	border: 1px solid #cccccc;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#loginform legend {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
#loginform .items {
	margin: 4px 0 16px 60px;
}
#loginform input.txt {
	height: 20px;
	font-size: 12px;
}
#loginform input.txt:focus {
	border: 1px solid #c38307;
}
#loginform input.btn1 {
	margin-left: 100px;
}

#passRemind {
	margin: 20px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: dashed 1px #999999;
}
#passRemind p {
	margin: 4px 0 4px 40px;
}
#passRemind p.field {
	margin-left: 60px;
	padding-bottom: 6px;
}
#passRemind input.txt {
	height: 20px;
	font-size: 12px;
}
#passRemind input.btn1 {
	margin-left: 100px;
}


#passwordform fieldset {
	width: 400px;
	margin: 10px 24px;
	border: 1px solid #cccccc;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#passwordform legend {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
#passwordform .items {
	margin: 4px 0 16px 40px;
}
#passwordform input.btn1 {
	margin-left: 100px;
}
#passwordform label {
	width: 130px;
	display: block;
	float: left;
}

.tab-in {
	margin-left: 17px;
}
.tab-in h1 {
	font-family: 'arial ce',arial,'geneva ce','helvetica ce',geneva,helvetica,verdana,lucida,sans-serif !important;
	color: #333333 !important;
	font-weight: bold !important;
	font-size: 11px !important;
	padding: 8px 0 0 0 !important;
}

table .orders {
	}
	
table.orders thead tr {
	height: 18px;
	margin-bottom: 6px;
	}

table.orders thead tr th {
	border-bottom: 1px dotted #cdcdcd;
	}

table.orders td {
	padding: 3px 1px;
	}


/* Order */
.w200 {
	width: 150px;
	text-align: left;
}

#order-header {
	border: 1px solid #cccccc;
}
#order-header p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#order-header .h1 {
	font-size: 12px;
	font-weight: bold;
	border: 0;
}
#order-header .h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px dashed #cccccc;
	color: #333333;
	margin-top: 6px;
}
#order-header .colful {
	background-color: #dddddd;
	border: 0px solid #cccccc;
	padding: 6px 0;
	clear: both;
	min-height: 20px;
}
#order-header .colful2 {
	background-color: #dddddd;
	padding: 0 0 6px 0;
	clear: both;
	min-height: 20px;
}
#order-header .colle {
	float: left;
	width: 370px;
	padding: 0px 0 6px 10px;
}
#order-header .colri {
	float: right;
	width: 350px;
	padding: 0px 6px 6px 0;
}
#order-header .colall {
	clear: both;
	border: 0px solid #cccccc;
	padding: 6px 6px 6px 10px;
}
#order-header .item {
	padding: 0 0 0 0px;
	float: left;
	clear: both;
}
#order-header span {
	width: 230px;
	float: left;
}
#order-header span.label {
	float: left;
	width: 120px;
	font-weight: normal;
}


#order-items {
	font-size: 11px;
	color: #666666;
}
#order-items p {
	float: left;
	padding: 2px 0 2px 0;
	margin: 0;
	line-height: 16px;
}
#order-items .header {
	color: #999999;	
	border-bottom: dotted #cdcdcd 1px;
	clear: both;
	padding-bottom: 20px;
	padding-top: 4px;
}
#order-items .cartrow {
	border-bottom: 1px dotted #cdcdcd;
	height: 70px;
	clear: both;
}
#order-items .c0 {
	width: 250px;
}
#order-items .c1 {
	width: 200px;
	text-align: left;
}
#order-items .c1qty {
	width: 28px;
	text-align: left;
}

#order-items .c2 {
	width: 100px;
	text-align: right;
}
#order-items .c3 {
	width: 130px;
	text-align: left;
	padding-left: 20px;
}
#order-items .c4 {
	width: 60px;
	text-align: left;
	padding-left: 10px;
}

#order-items .cartrow-sum {
	border-bottom: 0px dotted #cdcdcd;
	height: 20px;
	clear: both;
	color: #000000;
	font-weight: bold;
}

ul#order-nav {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
ul#order-nav li {
	display: inline;
}





/* Validate form */
.formError {
	border: 1px solid red;
}

.errorMessage {
	color: red;
	margin-left: 6px;
	font-size: 0.8em;
}

.fc-error {
	display: inline;
	margin-left: 6px;
	font-size: 0.8em;
	line-height: 12px;
}
.fc-error-abs {
	position: absolute;
	display: inline;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 12px;
}
.fc-errorBlock {
	display: block;
	margin-left: 0px;
	font-size: 0.8em;
	line-height: 12px;
}
.fc-error p, #cartfull .fc-error p {
	display: inline;
	padding: 0;
	color: #F00 !important;
}
.fc-errorBlock p {
	color: #F00 !important;
}
.fc-field-error {
	border: 1px solid #F00 !important;
}
